diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 66e76f2..f81d63a 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: A Helm chart for sveltekit-web3auth icon: https://raw.githubusercontent.com/sveltejs/svelte/29052aba7d0b78316d3a52aef1d7ddd54fe6ca84/site/static/images/svelte-android-chrome-512.png name: sveltekit-web3auth-template -version: 0.0.0-dev +version: v0.14.0 diff --git a/helm/values.yaml b/helm/values.yaml index 329fcf6..df57993 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,23 +3,18 @@ # Declare variables to be passed into your templates. image: repository: ghcr.io/cloudnativeentrepreneur/sveltekit-web3auth-template - tag: latest + tag: v0.14.0 pullPolicy: IfNotPresent - # define environment variables here as a map of key: value env: - service: name: sveltekit-web3auth-template internalPort: 3000 - knative: minScale: 1 maxScale: 3 concurrencyTarget: 100 - local: false - probePath: / livenessProbe: initialDelaySeconds: 0 @@ -32,7 +27,6 @@ readinessProbe: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 - resources: limits: cpu: '1' @@ -40,4 +34,3 @@ resources: requests: cpu: 50m memory: 256Mi -