Skip to content

Commit

Permalink
chore: set version to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2022
1 parent 98646f2 commit 9a61873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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: 0.0.0-dev
version: v0.13.0
11 changes: 2 additions & 9 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.13.0
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,18 +23,15 @@ readinessProbe:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1

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

knative:
minScale: 1
maxScale: 3

local: false
localKnativeSubscriber: http://host.docker.internal:5010
localKnativeSubscriber: http://host.docker.internal:5010

0 comments on commit 9a61873

Please sign in to comment.