Skip to content

Commit

Permalink
Use alertmanager-authorization-server 0.2.1 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
wurbanski authored Jul 29, 2022
1 parent f02c0cf commit 3afc61e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/alertmanager-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

apiVersion: v2
name: alertmanager-proxy
version: 0.1.0
appVersion: 0.1.0
version: 0.2.1
appVersion: 0.2.1
description: A Helm chart to install KKP MLA Alertmanager Proxy.
keywords:
- kubermatic
Expand All @@ -24,4 +24,4 @@ keywords:
home: https://www.kubermatic.io/
maintainers:
- name: Kubermatic GmbH
email: [email protected]
email: [email protected]
3 changes: 2 additions & 1 deletion charts/alertmanager-proxy/test/default.yaml.out
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ rules:
- clusters
- users
- userprojectbindings
- groupprojectbindings
verbs:
- get
- list
Expand Down Expand Up @@ -348,7 +349,7 @@ spec:
serviceAccountName: alertmanager-authz-server
containers:
- name: authz-server
image: 'quay.io/kubermatic/alertmanager-authorization-server:0.2.0'
image: 'quay.io/kubermatic/alertmanager-authorization-server:0.2.1'
ports:
- containerPort: 50051
command:
Expand Down
2 changes: 1 addition & 1 deletion charts/alertmanager-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ alertmanagerProxy:
authz:
image:
repository: "quay.io/kubermatic/alertmanager-authorization-server"
tag: "0.2.0"
tag: "0.2.1"
replicas: 1
resources:
requests:
Expand Down

0 comments on commit 3afc61e

Please sign in to comment.