mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/kubeapps] Release 12.3.2 (#16148)
* [bitnami/kubeapps] Release 12.3.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Merge changes in main Signed-off-by: sfelipe <sfelipe@vmware.com> * Update test repo url Signed-off-by: sfelipe <sfelipe@vmware.com> * Update repo url Signed-off-by: sfelipe <sfelipe@vmware.com> * Update values file Signed-off-by: sfelipe <sfelipe@vmware.com> * Fix test Signed-off-by: sfelipe <sfelipe@vmware.com> * Update cypress.json Signed-off-by: sfelipe <sfelipe@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: sfelipe <sfelipe@vmware.com> Co-authored-by: sfelipe <sfelipe@vmware.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"baseUrl": "http://localhost/",
|
||||
"env": {
|
||||
"repoName": "bitnami",
|
||||
"repoURL": "https://charts.bitnami.com/bitnami"
|
||||
"repoURL": "oci://registry-1.docker.io/bitnamicharts"
|
||||
},
|
||||
"defaultCommandTimeout": 30000
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"endpoint": "lb-kubeapps-http",
|
||||
"env": {
|
||||
"repoName": "bitnami",
|
||||
"repoURL": "https://charts.bitnami.com/bitnami"
|
||||
"repoURL": "oci://registry-1.docker.io/bitnamicharts"
|
||||
},
|
||||
"app_protocol": "HTTP"
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
"app_protocol": "HTTP",
|
||||
"env": {
|
||||
"repoName": "bitnami",
|
||||
"repoURL": "https://charts.bitnami.com/bitnami"
|
||||
"repoURL": "oci://registry-1.docker.io/bitnamicharts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ maintainers:
|
||||
name: kubeapps
|
||||
sources:
|
||||
- https://github.com/vmware-tanzu/kubeapps
|
||||
version: 12.3.1
|
||||
version: 12.3.2
|
||||
|
||||
@@ -194,7 +194,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `dashboard.enabled` | Specifies whether Kubeapps Dashboard should be deployed or not | `true` |
|
||||
| `dashboard.image.registry` | Dashboard image registry | `docker.io` |
|
||||
| `dashboard.image.repository` | Dashboard image repository | `bitnami/kubeapps-dashboard` |
|
||||
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `2.7.0-debian-11-r0` |
|
||||
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `2.7.0-debian-11-r1` |
|
||||
| `dashboard.image.digest` | Dashboard image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `dashboard.image.pullPolicy` | Dashboard image pull policy | `IfNotPresent` |
|
||||
| `dashboard.image.pullSecrets` | Dashboard image pull secrets | `[]` |
|
||||
@@ -461,7 +461,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `kubeappsapis.pluginConfig.resources.packages.v1alpha1.trustedNamespaces.headerPattern` | Optional header pattern for trusted namespaces | `""` |
|
||||
| `kubeappsapis.image.registry` | Kubeapps-APIs image registry | `docker.io` |
|
||||
| `kubeappsapis.image.repository` | Kubeapps-APIs image repository | `bitnami/kubeapps-apis` |
|
||||
| `kubeappsapis.image.tag` | Kubeapps-APIs image tag (immutable tags are recommended) | `2.7.0-debian-11-r0` |
|
||||
| `kubeappsapis.image.tag` | Kubeapps-APIs image tag (immutable tags are recommended) | `2.7.0-debian-11-r1` |
|
||||
| `kubeappsapis.image.digest` | Kubeapps-APIs image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `kubeappsapis.image.pullPolicy` | Kubeapps-APIs image pull policy | `IfNotPresent` |
|
||||
| `kubeappsapis.image.pullSecrets` | Kubeapps-APIs image pull secrets | `[]` |
|
||||
@@ -1034,4 +1034,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -524,7 +524,7 @@ dashboard:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-dashboard
|
||||
tag: 2.7.0-debian-11-r0
|
||||
tag: 2.7.0-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1573,7 +1573,7 @@ kubeappsapis:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-apis
|
||||
tag: 2.7.0-debian-11-r0
|
||||
tag: 2.7.0-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user