Skip to content

Commit

Permalink
chore: set version to v0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2022
1 parent 1ec502e commit 7e0e907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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
version: 0.0.1
version: v0.8.10
8 changes: 1 addition & 7 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10
pullPolicy: IfNotPresent

# define environment variables here as a map of key: value
env:

service:
name: sveltekit-web3auth
internalPort: 3000

knative: {}

probePath: /
livenessProbe:
initialDelaySeconds: 90
Expand All @@ -27,12 +23,10 @@ readinessProbe:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1

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

0 comments on commit 7e0e907

Please sign in to comment.