Skip to content

Commit

Permalink
chore: set version to v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2022
1 parent f2f2e80 commit b5f6cbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 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.0.0-dev
version: v0.28.1
16 changes: 2 additions & 14 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,23 @@ podAnnotations: {}
podsLabels: {}
# Add labels to the deployment
deploymentLabels: {}

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

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

secretStore: fake

runIntegrationTests: false
# enable this flag to use knative serve to deploy the app
knativeDeploy: true
knative:
minScale: 1
maxScale: 1
concurrencyTarget: 100

local: false
localKnativeSubscriber: http://host.docker.internal:8000
localKnativeDlqSubscriber: http://host.docker.internal:3999

# HorizontalPodAutoscaler
hpa:
enabled: false
Expand All @@ -40,7 +34,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 @@ -63,7 +56,6 @@ canary:
labels: {}
# Add labels to the canary gateway
gatewayLabels: {}

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

database:
psql:
name: web3auth-db-postgresql
Expand All @@ -104,15 +95,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 @@ -125,7 +114,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 b5f6cbf

Please sign in to comment.