Skip to content

Commit

Permalink
Merge pull request #391 from vshn/apiserver-mariadb
Browse files Browse the repository at this point in the history
Update apiserver dependency
  • Loading branch information
zugao authored Jun 27, 2024
2 parents f55eb88 + e546a07 commit 4b528e1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion component/class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ parameters:
apiserver:
registry: ghcr.io
repository: vshn/appcat-apiserver
tag: v0.1.5
tag: v0.1.6
functionAppcat:
registry: ${appcat:images:appcat:registry}
repository: ${appcat:images:appcat:repository}
Expand Down
2 changes: 1 addition & 1 deletion component/component/appcat_apiserver.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local clusterRoleView = kube.ClusterRole('appcat:api:view') {
rules+: [
{
apiGroups: [ 'api.appcat.vshn.io' ],
resources: [ 'vshnpostgresbackups', 'vshnredisbackups' ],
resources: [ 'vshnpostgresbackups', 'vshnredisbackups', 'vshnmariadbbackups' ],
verbs: [ 'get', 'list', 'watch' ],
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ rules:
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnmariadbs
- vshnredis
- xvshnpostgresqls
verbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
resources:
- vshnpostgresbackups
- vshnredisbackups
- vshnmariadbbackups
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
envFrom:
- configMapRef:
name: apiserver-envs
image: ghcr.io/vshn/appcat-apiserver:v0.1.5
image: ghcr.io/vshn/appcat-apiserver:v0.1.6
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ rules:
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnmariadbs
- vshnredis
- xvshnpostgresqls
verbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
resources:
- vshnpostgresbackups
- vshnredisbackups
- vshnmariadbbackups
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
envFrom:
- configMapRef:
name: apiserver-envs
image: ghcr.io/vshn/appcat-apiserver:v0.1.5
image: ghcr.io/vshn/appcat-apiserver:v0.1.6
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ rules:
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnmariadbs
- vshnredis
- xvshnpostgresqls
verbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
resources:
- vshnpostgresbackups
- vshnredisbackups
- vshnmariadbbackups
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
envFrom:
- configMapRef:
name: apiserver-envs
image: ghcr.io/vshn/appcat-apiserver:v0.1.5
image: ghcr.io/vshn/appcat-apiserver:v0.1.6
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 4b528e1

Please sign in to comment.