Skip to content

Commit

Permalink
Merge pull request #22 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v0.19.0
  • Loading branch information
themightychris authored Mar 27, 2022
2 parents 9cd2f05 + 8b16e4b commit 604193d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This template provides a common foundation for lightweight k8s clusters.

## Kubernetes version

Currently supported Kubernetes API versions:

- 1.21
- 1.22

## Getting started

The `.holo/branches/k8s-manifests` tree defines a holobranch named `k8s-manifests`, which can be projected with the [`git-holo`](https://github.com/JarvusInnovations/hologit) tool:
Expand Down
2 changes: 1 addition & 1 deletion k8s-common/.holo/lenses/cert-manager.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hololens]
package = "holo/lens-helm3/1.2"
package = "holo/lens-helm3/1.22"

[hololens.helm]
namespace = "cert-manager"
Expand Down
2 changes: 1 addition & 1 deletion k8s-common/.holo/lenses/grafana.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hololens]
package = "holo/lens-helm3/1.3"
package = "holo/lens-helm3/1.22"
before = "k8s-normalize"

[hololens.input]
Expand Down
2 changes: 1 addition & 1 deletion k8s-common/.holo/lenses/ingress-nginx.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hololens]
package = "holo/lens-helm3/1.4"
package = "holo/lens-helm3/1.22"

[hololens.helm]
namespace = "ingress-nginx"
Expand Down
2 changes: 1 addition & 1 deletion k8s-common/.holo/lenses/loki.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hololens]
package = "holo/lens-helm3/1.3"
package = "holo/lens-helm3/1.22"
before = "k8s-normalize"

[hololens.input]
Expand Down
2 changes: 1 addition & 1 deletion k8s-common/.holo/lenses/prometheus.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hololens]
package = "holo/lens-helm3/1.3"
package = "holo/lens-helm3/1.22"

[hololens.helm]
namespace = "prometheus"
Expand Down
2 changes: 1 addition & 1 deletion k8s-common/.holo/lenses/promtail.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hololens]
package = "holo/lens-helm3/1.3"
package = "holo/lens-helm3/1.22"
before = "k8s-normalize"

[hololens.input]
Expand Down
2 changes: 1 addition & 1 deletion k8s-common/.holo/lenses/sealed-secrets.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hololens]
package = "holo/lens-helm3/1.5"
package = "holo/lens-helm3/1.22"

[hololens.helm]
namespace = "sealed-secrets"
Expand Down

0 comments on commit 604193d

Please sign in to comment.