Skip to content
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

Update quay.io/appuio/oc Docker tag to v4.13 #135

Merged
merged 1 commit into from
Dec 6, 2023
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
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameters:
kubectl:
registry: quay.io
image: appuio/oc
tag: 'v4.12'
tag: 'v4.13'

helm_values:
global:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ spec:
envFrom:
- secretRef:
name: acme-dns-register
image: quay.io/appuio/oc:v4.12
image: quay.io/appuio/oc:v4.13
imagePullPolicy: IfNotPresent
name: register-client
ports: []
Expand Down Expand Up @@ -286,7 +286,7 @@ spec:
envFrom:
- secretRef:
name: acme-dns-register
image: quay.io/appuio/oc:v4.12
image: quay.io/appuio/oc:v4.13
imagePullPolicy: IfNotPresent
name: check-client
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
orders.acme.cert-manager.io
- name: HOME
value: /export
image: quay.io/appuio/oc:v4.12
image: quay.io/appuio/oc:v4.13
imagePullPolicy: IfNotPresent
name: cert-manager-crd-upgrade
ports: []
Expand Down
Loading