Skip to content

Commit

Permalink
bump controller version
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Nov 14, 2022
1 parent 744fd54 commit 4d8108e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/resources/databse-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ spec:
serviceAccountName: database-controller-sa
containers:
- name: database-controller
image: ghcr.io/pluralsh/database-interface-controller:0.0.4
image: ghcr.io/pluralsh/database-interface-controller:0.0.5
command: ["./database-controller"]
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion config/resources/sidecar-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- mountPath: /var/lib/database
name: socket
- name: database-provisioner-sidecar
image: ghcr.io/pluralsh/database-interface-controller:0.0.4
image: ghcr.io/pluralsh/database-interface-controller:0.0.5
command: ["./sidecar-controller"]
envFrom:
- secretRef:
Expand Down

0 comments on commit 4d8108e

Please sign in to comment.