Skip to content

Commit

Permalink
bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Apr 18, 2024
1 parent f2f3b55 commit 1f52992
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runtime
description: Sets up the basic dependencies needed to get a network stack running
type: application
version: 0.1.18
version: 0.1.19
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand All @@ -15,6 +15,7 @@ dependencies:
condition: cert-manager.enabled
- name: plural-certmanager-webhook
version: 0.1.7
condition: plural-certmanager-webhook.enabled
- name: ingress-nginx
version: 4.9.1
repository: https://kubernetes.github.io/ingress-nginx
Expand Down
4 changes: 3 additions & 1 deletion charts/runtime/templates/application.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.application.enabled }}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -232,4 +233,5 @@ spec:
requests:
cpu: 100m
memory: 20Mi
terminationGracePeriodSeconds: 10
terminationGracePeriodSeconds: 10
{{ end }}
2 changes: 2 additions & 0 deletions charts/runtime/templates/operator.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.operator.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -73,3 +74,4 @@ spec:
secretName: plural-operator-webhook-server-cert
serviceAccountName: plural-operator
terminationGracePeriodSeconds: 10
{{ end }}
3 changes: 3 additions & 0 deletions charts/runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,18 @@ external-dns:
key: PLURAL_ACCESS_TOKEN

plural-certmanager-webhook:
enabled: true
certManager:
namespace: cert-manager
serviceAccountName: cert-manager

application:
enabled: true
registry: dkr.plural.sh/bootstrap
tag: v0.8.3

plural:
enabled: true
image:
repository: dkr.plural.sh/bootstrap/plural-operator
tag: 0.5.5
Expand Down

0 comments on commit 1f52992

Please sign in to comment.