You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Invalid characters in PREVIEW_ID will be replaced. PREVIEW_ID will be
45
-
# truncated if max namespace length exceeds 63 chars.)
45
+
# truncated if max namespace length exceeds `maxNamespaceLength` chars.)
46
+
# maxNamespaceLength: 63 # optional (default: 53)
46
47
replace:
47
48
Chart.yaml:
48
49
- path: name
@@ -54,6 +55,52 @@ previewConfig:
54
55
value: '{PREVIEW_HOST}'
55
56
```
56
57
58
+
!!! info
59
+
If you currently use the _old_ `.gitops.config.yaml` format (_v0_) you may find this [online converter](https://christiansiegel.github.io/gitopscli-config-converter/) helpful to transition to the current `apiVersion v2`.
60
+
61
+
!!! warning
62
+
The _old_ (_v0_) version and `apiVersion v1` are marked deprecated and will be removed in `gitopscli` version 6.0.0.
0 commit comments