From c27e5352ccfe9a7c1db6ecd9003b237327116fe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Oct 2022 21:29:14 +0000 Subject: [PATCH] chore: set version to v0.11.2 --- 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..05defbe 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.11.2 diff --git a/helm/values.yaml b/helm/values.yaml index 1d592d0..9cacd45 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,21 +3,17 @@ # Declare variables to be passed into your templates. image: repository: ghcr.io/cloudnativeentrepreneur/sveltekit-web3auth-template - tag: latest + tag: v0.11.2 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 - probePath: / livenessProbe: initialDelaySeconds: 0 @@ -30,7 +26,6 @@ readinessProbe: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 - resources: limits: cpu: '1' @@ -38,4 +33,3 @@ resources: requests: cpu: 50m memory: 256Mi -