diff --git a/Chart.yaml b/Chart.yaml index 3ad571c..17cecbf 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.3 +version: 0.3.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.14.5" +appVersion: "0.17.1" dependencies: - name: "postgresql-ha" diff --git a/README.md b/README.md index ced4790..ec04621 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Netmaker Helm -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.5](https://img.shields.io/badge/AppVersion-0.14.5-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.1](https://img.shields.io/badge/AppVersion-0.17.1-informational?style=flat-square) A Helm chart to run Netmaker with High Availability on Kubernetes @@ -91,7 +91,7 @@ This will also require specifying a service address for DNS. Choose a valid ipv4 | fullnameOverride | string | `""` | override the full name for netmaker objects | | image.pullPolicy | string | `"Always"` | Pull Policy for images | | image.repository | string | `"gravitl/netmaker"` | The image repo to pull Netmaker image from | -| image.tag | string | `"v0.14.5"` | Override the image tag to pull | +| image.tag | string | `"v0.17.1"` | Override the image tag to pull | | ingress.annotations.base."kubernetes.io/ingress.allow-http" | string | `"false"` | annotation to generate ACME certs if available | | ingress.annotations.nginx."nginx.ingress.kubernetes.io/rewrite-target" | string | `"/"` | destination addr for route | | ingress.annotations.nginx."nginx.ingress.kubernetes.io/ssl-redirect" | string | `"true"` | Redirect http to https | diff --git a/index.yaml b/index.yaml index 5bfc1a9..614f04a 100644 --- a/index.yaml +++ b/index.yaml @@ -1,6 +1,22 @@ apiVersion: v1 entries: netmaker: + - apiVersion: v2 + appVersion: 0.17.1 + created: "2023-01-11T08:38:32.395514648-05:00" + dependencies: + - condition: postgresql-ha.enabled + name: postgresql-ha + repository: https://charts.bitnami.com/bitnami + version: 7.11.0 + description: A Helm chart to run HA Netmaker on Kubernetes + digest: e898320041c31bce3ca662e234717adeeb00000025f405831ae32c249712ea06 + icon: https://raw.githubusercontent.com/gravitl/netmaker/master/netclient/windowsdata/resource/netclient.ico + name: netmaker + type: application + urls: + - netmaker-0.3.4.tgz + version: 0.3.4 - apiVersion: v2 appVersion: 0.14.5 created: "2023-01-02T16:51:45.284401-03:00" @@ -84,7 +100,7 @@ entries: category: Database apiVersion: v2 appVersion: 11.13.0 - created: "2023-01-02T16:51:45.286675-03:00" + created: "2023-01-11T08:38:32.398681657-05:00" dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -114,4 +130,4 @@ entries: urls: - charts/postgresql-ha-7.11.0.tgz version: 7.11.0 -generated: "2023-01-02T16:51:45.224627-03:00" +generated: "2023-01-11T08:38:32.391453902-05:00" diff --git a/netmaker-0.3.4.tgz b/netmaker-0.3.4.tgz new file mode 100644 index 0000000..8469c16 Binary files /dev/null and b/netmaker-0.3.4.tgz differ