We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93fdb3 commit 5638e45Copy full SHA for 5638e45
extension/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "glueops-links-extension",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"scripts": {
5
"build": "webpack --mode production"
6
},
helm-values.yaml
@@ -21,9 +21,9 @@ server:
21
- name: glueops-links-extension
22
env:
23
- name: EXTENSION_URL
24
- value: "https://github.com/GlueOps/Argo-CD-Extension-GlueOpsLinks/releases/download/v0.0.1/extension.tar.gz"
+ value: "https://github.com/GlueOps/Argo-CD-Extension-GlueOpsLinks/releases/download/v0.0.2/extension.tar.gz"
25
- name: EXTENSION_VERSION
26
- value: "0.0.1"
+ value: "0.0.2"
27
- name: EXTENSION_ENABLED
28
value: "true"
29
0 commit comments