diff --git a/charts/netris-controller/Chart.yaml b/charts/netris-controller/Chart.yaml index 1b1234e..d8c057f 100644 --- a/charts/netris-controller/Chart.yaml +++ b/charts/netris-controller/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: 1.2.1 +version: 1.2.2 # 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: 3.2.1 +appVersion: 3.2.1.1 home: https://netris.ai icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink keywords: diff --git a/charts/netris-controller/README.md b/charts/netris-controller/README.md index d727787..aed9d62 100644 --- a/charts/netris-controller/README.md +++ b/charts/netris-controller/README.md @@ -189,7 +189,7 @@ The following table lists the configurable parameters of the netris-controller c | ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- | | `equinix-metal-agent.enabled` | Enable equinix-metal-agent deployment | `true` | | `equinix-metal-agent.image.repository` | Image repository | `netrisai/bare-metal-equinix-metal-agent` | -| `equinix-metal-agent.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"0.8.0"` | +| `equinix-metal-agent.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"0.8.1"` | | `equinix-metal-agent.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `equinix-metal-agent.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | diff --git a/charts/netris-controller/values.yaml b/charts/netris-controller/values.yaml index 0b9ea2b..c4cf155 100644 --- a/charts/netris-controller/values.yaml +++ b/charts/netris-controller/values.yaml @@ -224,7 +224,7 @@ equinix-metal-agent: repository: netrisai/bare-metal-equinix-metal-agent pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.8.0" + tag: "0.8.1" imagePullSecrets: []