chore(sreez): Bump version to v1.1.0

This commit is contained in:
Jean-Gabriel Gill-Couture 2024-04-12 23:46:40 -04:00
parent 1616c9abaa
commit 075dc2ac0c

View File

@ -8,10 +8,10 @@ image:
repository: registry.nationtech.io/sreez-website repository: registry.nationtech.io/sreez-website
pullPolicy: Always pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "v1.0.0" tag: "v1.1.0"
imagePullSecrets: imagePullSecrets:
- name: nationtech-registry-key - name: nationtech-registry-key
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
@ -53,14 +53,14 @@ ingress:
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: sreez.nationtech.io - host: sreez.nationtech.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- secretName: sreez.nationtech.io-tls - secretName: sreez.nationtech.io-tls
hosts: hosts:
- sreez.nationtech.io - sreez.nationtech.io
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious