Skip to content

Commit

Permalink
feat: Bump reloader to 1.0.18 (#1119)
Browse files Browse the repository at this point in the history
* chore: Update reloader 1.0.5 => 1.0.18

* chore: Move reloader/1.0.5 => reloader/1.0.18

* chore: Update kommander defaults: reloader 1.0.5 => 1.0.18

* feat: Bump reloader in licenses

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2023
1 parent 2677d70 commit 0173a4f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ resources:
- url: https://github.com/ceph/ceph
ref: ${image_tag}
license_path: COPYING
- container_image: docker.io/stakater/reloader:v1.0.5
- container_image: docker.io/stakater/reloader:v1.0.18
sources:
- url: https://github.com/stakater/Reloader
ref: ${image_tag}
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.6.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ data:
attached:
prerequisites:
defaultApps:
reloader: "1.0.5"
reloader: "1.0.18"
traefik: "20.8.0"
kubernetes-dashboard: "6.0.0"
kubecost: "0.33.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: reloader-1.0.5-d2iq-defaults
name: reloader-1.0.18-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: v1.0.5
version: v1.0.18
interval: 15s
install:
crds: CreateReplace
Expand All @@ -23,5 +23,5 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: reloader-1.0.5-d2iq-defaults
name: reloader-1.0.18-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 0173a4f

Please sign in to comment.