Skip to content

Commit 43e1561

Browse files
Merge pull request #119 from pluralsh/fix-externaldns-runtime
Bump runtime chart
2 parents b2834c6 + 533214d commit 43e1561

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

charts/runtime/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dependencies:
1010
version: 0.1.7
1111
- name: ingress-nginx
1212
repository: https://kubernetes.github.io/ingress-nginx
13-
version: 4.12.3
13+
version: 4.13.1
1414
- name: ingress-nginx
1515
repository: https://kubernetes.github.io/ingress-nginx
16-
version: 4.12.3
16+
version: 4.13.1
1717
- name: flux2
1818
repository: https://fluxcd-community.github.io/helm-charts
1919
version: 2.12.4
20-
digest: sha256:bfae52a755b2bbfffaf893eeb36f01fc14dd3dbc6a9c0fe015e1e80432ddd6b4
21-
generated: "2025-06-05T17:02:45.638421069Z"
20+
digest: sha256:6f658d5054b6a02b1d26850bc3752e81c799e2391f4eccab60f701f577205dee
21+
generated: "2025-08-28T18:26:54.591864-04:00"

charts/runtime/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: runtime
33
description: Sets up the basic dependencies needed to get a network stack running
44
type: application
5-
version: 0.1.32
5+
version: 0.1.33
66
appVersion: "0.1.0"
77
dependencies:
88
- name: external-dns
@@ -17,11 +17,11 @@ dependencies:
1717
version: 0.1.7
1818
condition: plural-certmanager-webhook.enabled
1919
- name: ingress-nginx
20-
version: 4.12.3
20+
version: 4.13.1
2121
repository: https://kubernetes.github.io/ingress-nginx
2222
condition: ingress-nginx.enabled
2323
- name: ingress-nginx
24-
version: 4.12.3
24+
version: 4.13.1
2525
repository: https://kubernetes.github.io/ingress-nginx
2626
alias: ingress-nginx-private
2727
condition: ingress-nginx-private.enabled
-56.5 KB
Binary file not shown.
59.7 KB
Binary file not shown.

charts/runtime/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ external-dns:
22
enabled: true
33
provider: plural
44
fullnameOverride: runtime-externaldns
5+
image:
6+
repository: bitnamilegacy/external-dns
57
rbac:
68
create: true
79
serviceAccountName: external-dns
@@ -30,7 +32,7 @@ operator:
3032
enabled: true
3133

3234
application:
33-
enabled: true
35+
enabled: false
3436
registry: dkr.plural.sh/bootstrap
3537
tag: v0.8.3
3638

templates/setup/console.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ resource "helm_release" "runtime" {
6060
namespace = "plural-runtime"
6161
chart = "runtime"
6262
repository = "https://pluralsh.github.io/bootstrap"
63-
version = "0.1.30"
63+
version = "0.1.33"
6464
create_namespace = true
6565
timeout = 300
6666
wait = false

0 commit comments

Comments
 (0)