Skip to content

Commit

Permalink
Upadte tag to newest
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Zgabur <[email protected]>
  • Loading branch information
azgabur committed Oct 30, 2024
1 parent 19dd30b commit c7d6db7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tasks/01-clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
limits:
cpu: 250m
memory: 128Mi
image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15
image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2
imagePullPolicy: IfNotPresent
workspaces:
- name: shared-workspace
2 changes: 1 addition & 1 deletion tasks/02-uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
env:
- name: KUBECONFIG
value: $(workspaces.shared-workspace.path)/kubeconfig
image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15
image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2
imagePullPolicy: IfNotPresent
workspaces:
- name: shared-workspace
2 changes: 1 addition & 1 deletion tasks/03-additional-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
limits:
cpu: 250m
memory: 128Mi
image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15
image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /mount/values-additional-manifests
Expand Down
2 changes: 1 addition & 1 deletion tasks/04-helm-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
env:
- name: KUBECONFIG
value: $(workspaces.shared-workspace.path)/kubeconfig
image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15
image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2
imagePullPolicy: IfNotPresent
workspaces:
- name: shared-workspace
2 changes: 1 addition & 1 deletion tasks/kubectl-login-task-alt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
secretKeyRef:
key: KUBE_PASSWORD
name: openshift-pipelines-credentials
image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15
image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2
imagePullPolicy: IfNotPresent
name: kubectl-login
workspaces:
Expand Down

0 comments on commit c7d6db7

Please sign in to comment.