Skip to content

Commit

Permalink
feat:app-reloader v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar98419 committed Dec 16, 2024
1 parent 072b8b3 commit 03f5e86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/mesosphere/kubefed
- container_image: ghcr.io/stakater/reloader:v1.1.0
- container_image: ghcr.io/stakater/reloader:v1.2.0
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
2 changes: 1 addition & 1 deletion services/reloader/1.1.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: reloader-1.1.0-d2iq-defaults
name: reloader-1.2.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
4 changes: 2 additions & 2 deletions services/reloader/1.1.0/reloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: stakater-github-io-stakater-charts
namespace: kommander-flux
version: 1.1.0
version: 1.2.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -23,7 +23,7 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: reloader-1.1.0-d2iq-defaults
name: reloader-1.2.0-d2iq-defaults
- kind: ConfigMap
name: reloader-overrides
optional: true
Expand Down

0 comments on commit 03f5e86

Please sign in to comment.