Skip to content

Commit

Permalink
Update appuio/scheduler-canary-controller to v1.2.1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan authored Jan 17, 2025
1 parent 212ced6 commit 9e35d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parameters:
canary_scheduler_controller:
registry: quay.io
image: appuio/scheduler-canary-controller
tag: v1.2.0
tag: v1.2.1
canary:
registry: docker.io
image: curlimages/curl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand All @@ -54,7 +54,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/appuio/scheduler-canary-controller:v1.2.0
image: quay.io/appuio/scheduler-canary-controller:v1.2.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 9e35d83

Please sign in to comment.