Skip to content

Commit

Permalink
feat: app-reloader v1.2.0 (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar98419 authored Dec 18, 2024
1 parent 888e3eb commit 0338cef
Show file tree
Hide file tree
Showing 5 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 @@ -350,7 +350,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
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
File renamed without changes.
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 0338cef

Please sign in to comment.