Skip to content

Commit 2ea8362

Browse files
Merge pull request #50 from JarvusInnovations/develop
Release: v1.3.0
2 parents e1af697 + 44a2c9a commit 2ea8362

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.holo/branches/helm-charts/cert-manager.lenses/convert-bazel-templates.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Strip bazel templating in a bootleg fashion
2-
31
[hololens]
4-
package = "holo/lens-shell/1.0"
2+
container = "ghcr.io/hologit/lenses/shell:latest"
53

64
[hololens.shell]
5+
# Strip bazel templating in a bootleg fashion
76
script = '''
87
sed -i'' -E 's/^(appVersion|version):.*/\1: v1.10.1/g' Chart.template.yaml
98
mv -v Chart.template.yaml Chart.yaml

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 20.19.3

docs/.holo/lenses/mkdocs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[hololens]
2-
package = "holo/lens-mkdocs/1.2"
2+
container = "ghcr.io/hologit/lenses/mkdocs:latest"
33

44
[hololens.output]
55
merge = "replace"

k8s-aks/.holo/lenses/cert-manager-webook.patch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Add configuration that AKS adds automatically to quiet diffs
33

44
[hololens]
5-
package = "holo/lens-k8s-patch/1.1"
5+
container = "ghcr.io/hologit/lenses/k8s-patch:latest"
66
after = "cert-manager"
77

88
[hololens.k8s-patch]

k8s-doks/.holo/lenses/metrics-server.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[hololens]
2-
package = "holo/lens-kustomize/1.0"
2+
container = "ghcr.io/hologit/lenses/kustomize:latest"
33

44
[hololens.kustomize]
55
directory = "release"

k8s-lke/.holo/lenses/metrics-server.patch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://www.linode.com/community/questions/19756/how-can-i-deploy-the-kubernetes-metrics-server-on-lke
22

33
[hololens]
4-
package = "holo/lens-k8s-patch/1.0"
4+
container = "ghcr.io/hologit/lenses/k8s-patch:latest"
55
after = "metrics-server"
66

77
[hololens.k8s-patch]

k8s-lke/.holo/lenses/metrics-server.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[hololens]
2-
package = "holo/lens-kustomize/1.0"
2+
container = "ghcr.io/hologit/lenses/kustomize:latest"
33

44
[hololens.kustomize]
55
directory = "release"

0 commit comments

Comments
 (0)