Skip to content

Commit

Permalink
testing fips ent images
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran committed Apr 1, 2024
1 parent c5f9247 commit be802ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion test/acceptance/csi.bats
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load _helpers
# Install Secrets Store CSI driver
# Configure it to pass in a JWT for the provider to use, and rotate secrets rapidly
# so we can see Agent's cache working.
CSI_DRIVER_VERSION=1.3.2
CSI_DRIVER_VERSION=1.4.2
helm install secrets-store-csi-driver secrets-store-csi-driver \
--repo https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts \
--version=$CSI_DRIVER_VERSION \
Expand Down
4 changes: 2 additions & 2 deletions test/acceptance/server-ha-enterprise-dr.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ load _helpers
cd `chart_dir`

helm install "$(name_prefix)-east" \
--set='server.image.repository=hashicorp/vault-enterprise' \
--set="server.image.tag=$(yq -r '.server.image.tag' values.yaml)-ent" \
--set='server.image.repository=hashicorp/vault-enterprise-fips' \
--set="server.image.tag=$(yq -r '.server.image.tag' values.yaml)-ent.fips1402" \
--set='injector.enabled=false' \
--set='server.ha.enabled=true' \
--set='server.ha.raft.enabled=true' \
Expand Down
4 changes: 2 additions & 2 deletions test/acceptance/server-ha-enterprise-perf.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ load _helpers

helm install "$(name_prefix)-east" \
--set='injector.enabled=false' \
--set='server.image.repository=hashicorp/vault-enterprise' \
--set="server.image.tag=$(yq -r '.server.image.tag' values.yaml)-ent" \
--set='server.image.repository=hashicorp/vault-enterprise-fips' \
--set="server.image.tag=$(yq -r '.server.image.tag' values.yaml)-ent.fips1402" \
--set='server.ha.enabled=true' \
--set='server.ha.raft.enabled=true' \
--set='server.enterpriseLicense.secretName=vault-license' .
Expand Down
10 changes: 5 additions & 5 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ injector:
# image sets the repo and tag of the vault-k8s image to use for the injector.
image:
repository: "hashicorp/vault-k8s"
tag: "1.3.1"
tag: "1.4.0"
pullPolicy: IfNotPresent

# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
# containers. This should be set to the official Vault image. Vault 1.3.1+ is
# required.
agentImage:
repository: "hashicorp/vault"
tag: "1.15.2"
tag: "1.15.7"

# The default values for the injected Vault Agent containers.
agentDefaults:
Expand Down Expand Up @@ -377,7 +377,7 @@ server:

image:
repository: "hashicorp/vault"
tag: "1.15.2"
tag: "1.15.7"
# Overrides the default Image Pull Policy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -1087,7 +1087,7 @@ csi:

image:
repository: "hashicorp/vault-csi-provider"
tag: "1.4.1"
tag: "1.4.2"
pullPolicy: IfNotPresent

# volumes is a list of volumes made available to all containers. These are rendered
Expand Down Expand Up @@ -1172,7 +1172,7 @@ csi:

image:
repository: "hashicorp/vault"
tag: "1.15.2"
tag: "1.15.7"
pullPolicy: IfNotPresent

logFormat: standard
Expand Down

0 comments on commit be802ac

Please sign in to comment.