Skip to content

Commit

Permalink
chore: set version to v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2022
1 parent 8a2519e commit 710dcd8
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 Kubernetes
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/nodejs.png
name: example-hasura-projections-service
version: dev
version: v0.10.3
9 changes: 1 addition & 8 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@
# Declare variables to be passed into your templates.
image:
repository: ghcr.io/cloudnativeentrepreneur/example-hasura-projections-service
tag: latest
tag: v0.10.3
pullPolicy: IfNotPresent

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

runIntegrationTests: false

service:
name: example-hasura-projections-service
internalPort: 5010
externalPort: 80

probePath: /health
livenessProbe:
initialDelaySeconds: 5
Expand All @@ -27,20 +23,17 @@ readinessProbe:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1

resources:
limits:
cpu: '1'
memory: 256Mi
requests:
cpu: 200m
memory: 128Mi

knativeDeploy: true
knative:
minScale: 1
maxScale: 3
eventing:
local:
subsciber:

0 comments on commit 710dcd8

Please sign in to comment.