Skip to content

Commit

Permalink
Bump to v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed May 30, 2024
1 parent 6b75df7 commit d9310c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pgsql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ kubectl label ns "$NS" "helm=$NS"
# Disable data persistence
helm delete pgsql --namespace "$NS" || echo "WARN pgsql release not found"

helm repo add bitnami https://charts.bitnami.com/bitnami || echo "Failed to add bitnami repo"
helm repo update

helm install --version 11.9.1 --namespace "$NS" pgsql bitnami/postgresql --set primary.podLabels.tier="database",persistence.enabled="false"
helm install --version 15.0.0 --namespace "$NS" pgsql oci://registry-1.docker.io/bitnamicharts/postgresql --set primary.podLabels.tier="database",persistence.enabled="false"

kubectl run -n "$NS" nginx --image=nginx:$NGINX_VERSION -l "tier=webserver"
kubectl wait --timeout=60s -n "$NS" --for=condition=Ready pods nginx
Expand Down

0 comments on commit d9310c5

Please sign in to comment.