Skip to content

Update ghcr.io/appuio/openshift-upgrade-controller Docker tag to v0.9.4 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ parameters:
openshift_upgrade_controller:
registry: ghcr.io
image: appuio/openshift-upgrade-controller
tag: v0.9.3
tag: v0.9.4
kube_rbac_proxy:
registry: gcr.io
image: kubebuilder/kube-rbac-proxy
tag: v0.16.0
registry: quay.io
image: brancz/kube-rbac-proxy
tag: v0.18.2
oc:
registry: quay.io
image: appuio/oc
Expand Down
2 changes: 1 addition & 1 deletion component/openshift-upgrade-controller.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ com.Kustomization(
newTag: image.tag,
newName: '%(registry)s/%(image)s' % image,
},
'gcr.io/kubebuilder/kube-rbac-proxy': {
'quay.io/brancz/kube-rbac-proxy': {
local image = params.images.kube_rbac_proxy,
newTag: image.tag,
newName: '%(registry)s/%(image)s' % image,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
argocd.argoproj.io/sync-options: Replace=true
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.0
labels:
app.kubernetes.io/managed-by: commodore
name: clusterversions.managedupgrade.appuio.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
argocd.argoproj.io/sync-options: Replace=true
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.0
labels:
app.kubernetes.io/managed-by: commodore
name: upgradeconfigs.managedupgrade.appuio.io
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
argocd.argoproj.io/sync-options: Replace=true
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.0
labels:
app.kubernetes.io/managed-by: commodore
name: upgradejobs.managedupgrade.appuio.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
argocd.argoproj.io/sync-options: Replace=true
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.0
labels:
app.kubernetes.io/managed-by: commodore
name: upgradesuspensionwindows.managedupgrade.appuio.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand All @@ -72,7 +72,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/appuio/openshift-upgrade-controller:v0.9.3
image: ghcr.io/appuio/openshift-upgrade-controller:v0.9.4
livenessProbe:
httpGet:
path: /healthz
Expand Down
Loading