Skip to content

Commit

Permalink
chore: set version to v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2022
1 parent 9aa8879 commit 4eba476
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-policy-service
version: 0.0.0-dev
version: v0.7.6
9 changes: 1 addition & 8 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@
# Declare variables to be passed into your templates.
image:
repository: ghcr.io/cloudnativeentrepreneur/example-policy-service
tag: latest
tag: v0.7.6
pullPolicy: IfNotPresent

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

runIntegrationTests: false

service:
name: example-policy-service
type: ClusterIP
internalPort: 5020
externalPort: 80

probePath: /health
livenessProbe:
initialDelaySeconds: 2
Expand All @@ -28,18 +24,15 @@ readinessProbe:
periodSeconds: 1
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:5020

0 comments on commit 4eba476

Please sign in to comment.