mirror of
https://github.com/outbackdingo/netmaker-helm.git
synced 2026-01-27 10:19:46 +00:00
updating charts
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Netmaker Helm
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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 |
|
||||
|
||||
20
index.yaml
20
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"
|
||||
|
||||
BIN
netmaker-0.3.4.tgz
Normal file
BIN
netmaker-0.3.4.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user