Skip to content

Commit

Permalink
Merge pull request #17 from Cray-HPE/CASMPET-7221
Browse files Browse the repository at this point in the history
CASMPET-7221 update docker-kubectl version to 1.24.17
  • Loading branch information
leliasen-hpe authored Sep 16, 2024
2 parents f10869b + ad11de3 commit 3df92e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/cray-vault-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cray-vault-operator
version: 1.3.0
version: 1.4.0
description: Cray Vault Operator for secure secret stores
keywords:
- cray-vault-operator
Expand All @@ -23,7 +23,7 @@ annotations:
url: https://github.com/Cray-HPE/cray-vault/pull/2
artifacthub.io/images: |
- name: kubectl
image: artifactory.algol60.net/csm-docker/stable/docker-kubectl:1.19.15
image: artifactory.algol60.net/csm-docker/stable/docker-kubectl:1.24.17
- name: vault-operator
image: artifactory.algol60.net/csm-docker/stable/ghcr.io/banzaicloud/vault-operator:1.16.0
- name: bank-vaults
Expand Down
2 changes: 1 addition & 1 deletion charts/cray-vault-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
kubectl:
image:
repository: artifactory.algol60.net/csm-docker/stable/docker-kubectl
tag: 1.19.15
tag: 1.24.17
pullPolicy: IfNotPresent

vault-operator:
Expand Down
4 changes: 2 additions & 2 deletions charts/cray-vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
apiVersion: v2
name: cray-vault
version: 1.6.2
version: 1.7.0
description: Cray Vault for secure secret stores
keywords:
- cray-vault
Expand All @@ -43,7 +43,7 @@ annotations:
url: https://github.com/Cray-HPE/cray-vault/pull/2
artifacthub.io/images: |
- name: kubectl
image: artifactory.algol60.net/csm-docker/stable/docker-kubectl:1.19.15
image: artifactory.algol60.net/csm-docker/stable/docker-kubectl:1.24.17
- name: ubuntu
image: artifactory.algol60.net/csm-docker/stable/docker.io/library/ubuntu:focal
- name: vault
Expand Down
2 changes: 1 addition & 1 deletion charts/cray-vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ nameOverride: ""
kubectl:
image:
repository: artifactory.algol60.net/csm-docker/stable/docker-kubectl
tag: 1.19.15
tag: 1.24.17
pullPolicy: IfNotPresent

# Ingress gateways to allow vault access over
Expand Down

0 comments on commit 3df92e9

Please sign in to comment.