Skip to content

Commit

Permalink
chore: set version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2022
1 parent 6b1046d commit 8d9ac93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0
9 changes: 1 addition & 8 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,18 @@
# Declare variables to be passed into your templates.
image:
repository: ghcr.io/cloudnativeentrepreneur/sveltekit-web3auth-template
tag: latest
tag: v0.12.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
Expand All @@ -32,12 +27,10 @@ readinessProbe:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1

resources:
limits:
cpu: '1'
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi

0 comments on commit 8d9ac93

Please sign in to comment.