Skip to content

Commit

Permalink
Update helm charts from l7mp/stunner-gateway-operator
Browse files Browse the repository at this point in the history
(triggered by the 'Helm release' github action.)
  • Loading branch information
BotL7mp committed Jan 28, 2025
1 parent e15ba32 commit a0cdb91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions helm/stunner-gateway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ annotations:
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
apiVersion: v2
name: stunner-gateway-operator
name: stunner-gateway-operator-dev
description: STUNner Kubernetes Gateway Operator
maintainers:
- name: l7mp
Expand All @@ -21,4 +21,4 @@ maintainers:
icon: https://raw.githubusercontent.com/l7mp/stunner/main/docs/img/stunner.svg
type: application
version: 1.0.0
appVersion: 1.0.0
appVersion: dev
12 changes: 6 additions & 6 deletions helm/stunner-gateway-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ stunnerGatewayOperator:
manager:
image:
name: docker.io/l7mp/stunner-gateway-operator
pullPolicy: IfNotPresent
tag: 1.0.0
pullPolicy: Always
tag: dev
resources:
limits:
cpu: 1000m
Expand Down Expand Up @@ -52,8 +52,8 @@ stunnerGatewayOperator:
# for dev version set it to docker.io/l7mp/stunnerd:dev
image:
name: docker.io/l7mp/stunnerd
pullPolicy: IfNotPresent
tag: 1.0.0
pullPolicy: Always
tag: dev
imagePullSecrets:
# - name: docker-registry-secret
command:
Expand Down Expand Up @@ -95,8 +95,8 @@ stunnerAuthService:
runAsNonRoot: true
image:
name: docker.io/l7mp/stunner-auth-server
pullPolicy: IfNotPresent
tag: 1.0.0
pullPolicy: Always
tag: dev
resources:
limits:
cpu: 200m
Expand Down

0 comments on commit a0cdb91

Please sign in to comment.