Skip to content

Commit 0deb537

Browse files
Use external-dns-operator v0.4.0
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent 34dec69 commit 0deb537

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

catalog/copy-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/co
9898
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/crossplane:1.14.0 $IMAGE_REGISTRY/appscode-charts/crossplane:1.14.0
9999
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/csi-driver-nfs:v4.7.0 $IMAGE_REGISTRY/appscode-charts/csi-driver-nfs:v4.7.0
100100
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/csi-secrets-store-provider-azure:1.5.2 $IMAGE_REGISTRY/appscode-charts/csi-secrets-store-provider-azure:1.5.2
101-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/external-dns-operator:v2026.1.15 $IMAGE_REGISTRY/appscode-charts/external-dns-operator:v2026.1.15
101+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/external-dns-operator:v2026.6.22 $IMAGE_REGISTRY/appscode-charts/external-dns-operator:v2026.6.22
102102
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/external-secrets:0.9.12 $IMAGE_REGISTRY/appscode-charts/external-secrets:0.9.12
103103
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/falco-ui-server:v2026.1.15 $IMAGE_REGISTRY/appscode-charts/falco-ui-server:v2026.1.15
104104
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/falco:4.0.0 $IMAGE_REGISTRY/appscode-charts/falco:4.0.0

catalog/export-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/
9595
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/crossplane:1.14.0 images/appscode-charts-crossplane-1.14.0.tar
9696
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/csi-driver-nfs:v4.7.0 images/appscode-charts-csi-driver-nfs-v4.7.0.tar
9797
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/csi-secrets-store-provider-azure:1.5.2 images/appscode-charts-csi-secrets-store-provider-azure-1.5.2.tar
98-
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/external-dns-operator:v2026.1.15 images/appscode-charts-external-dns-operator-v2026.1.15.tar
98+
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/external-dns-operator:v2026.6.22 images/appscode-charts-external-dns-operator-v2026.6.22.tar
9999
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/external-secrets:0.9.12 images/appscode-charts-external-secrets-0.9.12.tar
100100
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/falco-ui-server:v2026.1.15 images/appscode-charts-falco-ui-server-v2026.1.15.tar
101101
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/falco:4.0.0 images/appscode-charts-falco-4.0.0.tar

catalog/feature-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- ghcr.io/appscode-charts/crossplane:1.14.0
2323
- ghcr.io/appscode-charts/csi-driver-nfs:v4.7.0
2424
- ghcr.io/appscode-charts/csi-secrets-store-provider-azure:1.5.2
25-
- ghcr.io/appscode-charts/external-dns-operator:v2026.1.15
25+
- ghcr.io/appscode-charts/external-dns-operator:v2026.6.22
2626
- ghcr.io/appscode-charts/external-secrets:0.9.12
2727
- ghcr.io/appscode-charts/falco-ui-server:v2026.1.15
2828
- ghcr.io/appscode-charts/falco:4.0.0

catalog/import-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-c
8989
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-crossplane-1.14.0.tar $IMAGE_REGISTRY/appscode-charts/crossplane:1.14.0
9090
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-csi-driver-nfs-v4.7.0.tar $IMAGE_REGISTRY/appscode-charts/csi-driver-nfs:v4.7.0
9191
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-csi-secrets-store-provider-azure-1.5.2.tar $IMAGE_REGISTRY/appscode-charts/csi-secrets-store-provider-azure:1.5.2
92-
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-external-dns-operator-v2026.1.15.tar $IMAGE_REGISTRY/appscode-charts/external-dns-operator:v2026.1.15
92+
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-external-dns-operator-v2026.6.22.tar $IMAGE_REGISTRY/appscode-charts/external-dns-operator:v2026.6.22
9393
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-external-secrets-0.9.12.tar $IMAGE_REGISTRY/appscode-charts/external-secrets:0.9.12
9494
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-falco-ui-server-v2026.1.15.tar $IMAGE_REGISTRY/appscode-charts/falco-ui-server:v2026.1.15
9595
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-falco-4.0.0.tar $IMAGE_REGISTRY/appscode-charts/falco:4.0.0

catalog/import-into-k3s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ k3s ctr images import images/appscode-charts-corekubestashcom-restoresession-edi
8787
k3s ctr images import images/appscode-charts-crossplane-1.14.0.tar
8888
k3s ctr images import images/appscode-charts-csi-driver-nfs-v4.7.0.tar
8989
k3s ctr images import images/appscode-charts-csi-secrets-store-provider-azure-1.5.2.tar
90-
k3s ctr images import images/appscode-charts-external-dns-operator-v2026.1.15.tar
90+
k3s ctr images import images/appscode-charts-external-dns-operator-v2026.6.22.tar
9191
k3s ctr images import images/appscode-charts-external-secrets-0.9.12.tar
9292
k3s ctr images import images/appscode-charts-falco-ui-server-v2026.1.15.tar
9393
k3s ctr images import images/appscode-charts-falco-4.0.0.tar

charts/ace-installer-certified-crds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following table lists the configurable parameters of the `ace-installer-cert
8282
| helm.releases.cert-manager-csi-driver-cacerts.enabled | | <code>true</code> |
8383
| helm.releases.cert-manager-csi-driver-cacerts.version | | <code>"v2026.1.15"</code> |
8484
| helm.releases.external-dns-operator.enabled | | <code>true</code> |
85-
| helm.releases.external-dns-operator.version | | <code>"v2026.1.15"</code> |
85+
| helm.releases.external-dns-operator.version | | <code>"v2026.6.22"</code> |
8686
| helm.releases.flux2.enabled | | <code>false</code> |
8787
| helm.releases.flux2.version | | <code>"2.17.0"</code> |
8888
| helm.releases.gateway-api.enabled | | <code>true</code> |

charts/ace-installer-certified-crds/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ helm:
7676
version: "v2026.1.15"
7777
external-dns-operator:
7878
enabled: true
79-
version: "v2026.1.15"
79+
version: "v2026.6.22"
8080
flux2:
8181
enabled: false
8282
version: "2.17.0"

charts/ace-installer-certified/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following table lists the configurable parameters of the `ace-installer-cert
8282
| helm.releases.cert-manager-csi-driver-cacerts.enabled | | <code>true</code> |
8383
| helm.releases.cert-manager-csi-driver-cacerts.version | | <code>"v2026.1.15"</code> |
8484
| helm.releases.external-dns-operator.enabled | | <code>true</code> |
85-
| helm.releases.external-dns-operator.version | | <code>"v2026.1.15"</code> |
85+
| helm.releases.external-dns-operator.version | | <code>"v2026.6.22"</code> |
8686
| helm.releases.flux2.enabled | | <code>false</code> |
8787
| helm.releases.flux2.version | | <code>"2.17.0"</code> |
8888
| helm.releases.gateway-api.enabled | | <code>true</code> |

charts/ace-installer-certified/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ helm:
7676
version: "v2026.1.15"
7777
external-dns-operator:
7878
enabled: true
79-
version: "v2026.1.15"
79+
version: "v2026.6.22"
8080
flux2:
8181
enabled: false
8282
version: "2.17.0"

0 commit comments

Comments
 (0)