Skip to content

Commit

Permalink
Update to values file to point to new image for stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kjallen committed May 2, 2024
1 parent 0b40962 commit 363c484
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/stage-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: uclalibrary/oral-history
# changing this tag will cause a deploy via ArgoCD
tag: ad96ed60
tag: 0b40962d
pullPolicy: Always

# Chart documentation: https://github.com/bitnami/charts/tree/main/bitnami/solr
Expand Down Expand Up @@ -165,7 +165,8 @@ externalsecrets:
# configure a registry token for access to your container registry, needs read permissions, create secret in Rancher, follow instructions:
# https://ranchermanager.docs.rancher.com/v2.5/how-to-guides/new-user-guides/kubernetes-resources-setup/kubernetes-and-docker-registries#creating-a-registry
# replace registry-token below with the name of the secret you created in the Rancher UI
imagePullSecrets: []
imagePullSecrets:
[]
# - registry-token
fullnameOverride: "oral-history"

Expand Down Expand Up @@ -195,10 +196,9 @@ ingress:
paths:
- "/"
tls:
- secretName: oralhistory-tls
hosts:
- oralhistory-stage.library.ucla.edu

- secretName: oralhistory-tls
hosts:
- oralhistory-stage.library.ucla.edu

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit 363c484

Please sign in to comment.