Skip to content

Commit

Permalink
chore: set version to v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2022
1 parent 442a1b4 commit 3727e3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 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 to run a web3 auth service to issue JWTs
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/nodejs.png
name: web3auth-service
version: 0.1.0-SNAPSHOT
version: v0.23.1
15 changes: 2 additions & 13 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ podAnnotations: {}
podsLabels: {}
# Add labels to the deployment
deploymentLabels: {}

image:
repository: ghcr.io/cloudnativeentrepreneur/web3auth-service
tag: latest
tag: v0.23.1
pullPolicy: IfNotPresent

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

secretEnv: staging

runIntegrationTests: false
# enable this flag to use knative serve to deploy the app
knativeDeploy: true
Expand All @@ -28,7 +24,6 @@ knative:
concurrencyTarget: 100
eventing:
local: false

# HorizontalPodAutoscaler
hpa:
enabled: false
Expand All @@ -38,7 +33,6 @@ hpa:
memoryTargetAverageUtilization: 80
# Add labels to the HPA
labels: {}

# Canary deployments
# If enabled, Istio and Flagger need to be installed in the cluster
canary:
Expand All @@ -61,7 +55,6 @@ canary:
labels: {}
# Add labels to the canary gateway
gatewayLabels: {}

service:
name: web3auth-service
type: ClusterIP
Expand All @@ -88,7 +81,6 @@ readinessProbe:
periodSeconds: 1
successThreshold: 1
timeoutSeconds: 1

database:
psql:
name: example-web3auth-db-postgresql
Expand All @@ -102,15 +94,13 @@ ingress:
classAnnotation: ""
# Add labels to the ingress
labels: {}

# ingress path type
pathType: ImplementationSpecific

serviceAccount:
enabled: true
name: ""
annotations: {}
# iam.gke.io/gcp-service-account: my-sa-in-gke
# iam.gke.io/gcp-service-account: my-sa-in-gke
# Add labels to the SA
labels: {}
# my-custom-label: value
Expand All @@ -123,7 +113,6 @@ jxRequirements:
# kubernetes.io/ingress.class: nginx

apiVersion: "networking.k8s.io/v1"

# the domain for hosts
domain: ""
externalDNS: false
Expand Down

0 comments on commit 3727e3d

Please sign in to comment.