Skip to content

Commit

Permalink
bump chart version to 12.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: kubeapps-bot <[email protected]>
  • Loading branch information
kubeapps-bot committed Nov 21, 2022
1 parent a36b8b5 commit 6afcd20
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 99 deletions.
10 changes: 5 additions & 5 deletions chart/kubeapps/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.3.7
version: 17.3.11
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.0.0
version: 12.1.2
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.4
digest: sha256:c7b869efd34ccb475850b2d50ad066c38134bfd44c3c67765e5667c566c5e56e
generated: "2022-10-28T10:03:05.55588227+02:00"
version: 2.2.0
digest: sha256:65323dd9102d195a87242b04d001b8470bab2f39dfdbd48381ceb327676a66d5
generated: "2022-11-15T18:31:02.176310126Z"
2 changes: 1 addition & 1 deletion chart/kubeapps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ maintainers:
name: kubeapps
sources:
- https://github.com/vmware-tanzu/kubeapps
version: 12.1.0-dev0
version: 12.1.1
172 changes: 88 additions & 84 deletions chart/kubeapps/README.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions chart/kubeapps/crds/apprepository-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ spec:
type: boolean
passCredentials:
type: boolean
interval:
type: string
filterRule:
type: object
properties:
Expand Down
1 change: 0 additions & 1 deletion chart/kubeapps/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ spec:
- name: DEFAULT_PINNIPED_API_SUFFIX
value: {{ .Values.pinnipedProxy.defaultPinnipedAPISuffix | quote }}
- name: RUST_LOG
# Use info,pinniped_proxy::pinniped=debug for module control.
value: info
{{- if .Values.pinnipedProxy.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.pinnipedProxy.extraEnvVars "context" $) | nindent 12 }}
Expand Down
12 changes: 6 additions & 6 deletions chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ frontend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.23.1-debian-11-r35
tag: 1.23.2-debian-11-r9
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -937,7 +937,7 @@ apprepository:
httpProxy: ""
httpsProxy: ""
noProxy: ""
## @param apprepository.crontab Default schedule for syncing App repositories (defaults to every 10 minutes)
## @param apprepository.crontab Schedule for syncing App repositories (default to 10 minutes)
## e.g:
## crontab: "*/10 * * * *"
##
Expand Down Expand Up @@ -1142,7 +1142,7 @@ authProxy:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
tag: 7.3.0-debian-11-r46
tag: 7.4.0-debian-11-r6
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1513,6 +1513,8 @@ kubeappsapis:
v1alpha1:
## @param kubeappsapis.pluginConfig.helm.packages.v1alpha1.globalPackagingNamespace Custom global packaging namespace. Using this value will override the current "kubeapps release namespace + suffix" pattern and will create a new namespace if not exists.
globalPackagingNamespace: ""
## @param kubeappsapis.pluginConfig.helm.packages.v1alpha1.userManagedSecrets Default policy for handling repository secrets, either managed by the user or by kubeapps-apis
userManagedSecrets: false
kappController:
packages:
v1alpha1:
Expand All @@ -1537,10 +1539,8 @@ kubeappsapis:
## @param kubeappsapis.pluginConfig.flux.packages.v1alpha1.defaultUpgradePolicy Default upgrade policy generating version constraints
## enum: [ "major", "minor", "patch", "none" ]
defaultUpgradePolicy: none
## @param kubeappsapis.pluginConfig.flux.packages.v1alpha1.userManagedSecrets Default policy for handling repository secrets, either managed by the user or by kubeapps-apis
## @param kubeappsapis.pluginConfig.flux.packages.v1alpha1.userManagedSecrets Default policy for handling repository secrets, either managed by the user or by kubeapps-apis
userManagedSecrets: false
## @param kubeappsapis.pluginConfig.flux.packages.v1alpha1.noCrossNamespaceRefs Enable this flag to disallow cross-namespace references, useful when running Flux on multi-tenant clusters
noCrossNamespaceRefs: false
resources:
packages:
v1alpha1:
Expand Down
1 change: 1 addition & 0 deletions script/tpl/PR_internal_chart_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# :warning: THIS IS A DEVELOPMENT PR, DO NOT MERGE!
### Description of the change

This is an automatic PR for synchronizing the changes performed externally at the [bitnami/kubeapps official chart](https://github.com/bitnami/charts/tree/main/bitnami/kubeapps) to the Kubeapps development version.
Expand Down

0 comments on commit 6afcd20

Please sign in to comment.