File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -169,3 +169,21 @@ unzip alloy-linux-amd64.zip
169
169
mv alloy-linux-amd64 alloy
170
170
oras push " ghcr.io/githedgehog/fabricator/alloy-bin:${ALLOY_VERSION} " alloy
171
171
```
172
+
173
+ ## Reloader
174
+
175
+ ``` bash
176
+ export RELOADER_VERSION=" v1.4.5"
177
+ export RELOADER_CHART_VERSION=" 2.1.5"
178
+
179
+ helm repo add stakater https://stakater.github.io/stakater-charts
180
+ helm repo update
181
+
182
+ helm pull stakater/reloader --version " ${RELOADER_CHART_VERSION} "
183
+ tar xzf " reloader-${RELOADER_CHART_VERSION} .tgz"
184
+ helm package reloader --version " ${RELOADER_VERSION} "
185
+ helm push " reloader-${RELOADER_VERSION} .tgz" oci://ghcr.io/githedgehog/fabricator/charts
186
+ rm -rf reloader*
187
+
188
+ skopeo copy --all " docker://ghcr.io/stakater/reloader:${RELOADER_VERSION} " " docker://ghcr.io/githedgehog/fabricator/reloader:${RELOADER_VERSION} "
189
+ ```
Original file line number Diff line number Diff line change
1
+ image :
2
+ repository : {{ .Repo }}
3
+ tag : {{ .Tag }}
4
+
1
5
reloader :
2
6
watchGlobally : false
3
7
autoReloadAll : true
4
8
reloadOnCreate : true
5
9
syncAfterRestart : true
6
10
reloadStrategy : default
7
-
8
- deployment :
9
- image :
10
- name : {{ .Repo }}
11
- tag : {{ .Tag }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ var Versions = fabapi.Versions{
24
24
CertManager : "v1.18.2" ,
25
25
K9s : "v0.50.7" ,
26
26
Toolbox : "v0.6.0" ,
27
- Reloader : "v1.0.40" , // TODO upgrade or get rid of?
27
+ Reloader : "v1.4.5" ,
28
28
NTP : "v0.0.2" ,
29
29
NTPChart : FabricatorVersion ,
30
30
Alloy : "v1.9.2" ,
You can’t perform that action at this time.
0 commit comments