From e8f957885c1dfeaddd420ca41e106f42829a89a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Oct 2022 23:39:02 +0000 Subject: [PATCH] chore: set version to v0.8.12 --- helm/Chart.yaml | 2 +- helm/values.yaml | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3f7b113..7d3a6dc 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 -version: 0.0.1 +version: v0.8.12 diff --git a/helm/values.yaml b/helm/values.yaml index 031d409..c82e614 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,18 +3,14 @@ # Declare variables to be passed into your templates. image: repository: ghcr.io/cloudnativeentrepreneur/sveltekit-web3auth-template - tag: latest + tag: v0.8.12 pullPolicy: IfNotPresent - # define environment variables here as a map of key: value env: - service: name: sveltekit-web3auth internalPort: 3000 - knative: {} - probePath: / livenessProbe: initialDelaySeconds: 90 @@ -27,7 +23,6 @@ readinessProbe: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 - resources: limits: cpu: '1' @@ -35,4 +30,3 @@ resources: requests: cpu: 50m memory: 256Mi -