Skip to content

Commit

Permalink
bump all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Oct 29, 2021
1 parent 71f657c commit c060fa1
Show file tree
Hide file tree
Showing 41 changed files with 46 additions and 42 deletions.
2 changes: 1 addition & 1 deletion charts/altinity-clickhouse-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-
Refer to operator repo for additional information.
type: application
version: 0.0.9
version: 0.0.10
appVersion: 0.16.0
home: https://github.com/slamdev/helm-charts/tree/master/charts/altinity-clickhouse-operator
icon: https://artifacthub.io/image/2d6aa29c-c74f-4bff-bede-ba7e6e0315a7@2x
Expand Down
2 changes: 1 addition & 1 deletion charts/altinity-clickhouse-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# altinity-clickhouse-operator

![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.16.0](https://img.shields.io/badge/AppVersion-0.16.0-informational?style=flat-square)
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.16.0](https://img.shields.io/badge/AppVersion-0.16.0-informational?style=flat-square)

Helm chart to deploy [altinity-clickhouse-operator](https://github.com/Altinity/clickhouse-operator).

Expand Down
2 changes: 1 addition & 1 deletion charts/archiva/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: archiva
description: |-
Helm chart to deploy [archiva](https://hub.docker.com/r/xetusoss/archiva/).
type: application
version: 0.0.6
version: 0.0.7
appVersion: "v2.2.5"
home: https://github.com/slamdev/helm-charts/tree/master/charts/archiva
icon: http://archiva.apache.org/images/archiva.png
Expand Down
2 changes: 1 addition & 1 deletion charts/archiva/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# archiva

![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.5](https://img.shields.io/badge/AppVersion-v2.2.5-informational?style=flat-square)
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.5](https://img.shields.io/badge/AppVersion-v2.2.5-informational?style=flat-square)

Helm chart to deploy [archiva](https://hub.docker.com/r/xetusoss/archiva/).

Expand Down
2 changes: 1 addition & 1 deletion charts/bazel-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bazel-remote
description: |-
Helm chart to deploy [bazel-remote](https://github.com/buchgr/bazel-remote).
type: application
version: 0.0.2
version: 0.0.3
appVersion: v2.2.0
home: https://github.com/slamdev/helm-charts/tree/master/charts/bazel-remote
icon: https://bazel.build/images/bazel-icon.svg
Expand Down
4 changes: 2 additions & 2 deletions charts/bazel-remote/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bazel-remote

![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.0](https://img.shields.io/badge/AppVersion-v2.2.0-informational?style=flat-square)
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.0](https://img.shields.io/badge/AppVersion-v2.2.0-informational?style=flat-square)

Helm chart to deploy [bazel-remote](https://github.com/buchgr/bazel-remote).

Expand All @@ -17,7 +17,7 @@ Helm chart to deploy [bazel-remote](https://github.com/buchgr/bazel-remote).
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | affinity for scheduler pod assignment |
| conf | string | `"# https://github.com/buchgr/bazel-remote#example-configuration-file\naccess_log_level: none\ndir: /cache"` | bazel-remote config to provision inside of the container |
| conf | string | `"# https://github.com/buchgr/bazel-remote#example-configuration-file\ndir: /cache\nmax_size: 50\nexperimental_remote_asset_api: true\naccess_log_level: none\nport: 8080\ngrpc_port: 9092"` | bazel-remote config to provision inside of the container |
| containerPorts | list | `[{"containerPort":8080,"name":"http"},{"containerPort":9092,"name":"grpc"}]` | ports exposed by container |
| deploymentAnnotations | object | `{}` | annotations to add to the deployment |
| env | list | `[]` | additional environment variables for the deployment |
Expand Down
6 changes: 5 additions & 1 deletion charts/bazel-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,9 @@ serviceMonitor:
# conf -- bazel-remote config to provision inside of the container
conf: |-
# https://github.com/buchgr/bazel-remote#example-configuration-file
access_log_level: none
dir: /cache
max_size: 50
experimental_remote_asset_api: true
access_log_level: none
port: 8080
grpc_port: 9092
2 changes: 1 addition & 1 deletion charts/config-connector-templater/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-
Refer to operator repo for additional information.
type: application
version: 0.0.4
version: 0.0.5
appVersion: 0.0.3
home: https://github.com/slamdev/helm-charts/tree/master/charts/config-connector-templater
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Emblem-question.svg/1200px-Emblem-question.svg.png
Expand Down
2 changes: 1 addition & 1 deletion charts/config-connector-templater/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config-connector-templater

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.3](https://img.shields.io/badge/AppVersion-0.0.3-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.3](https://img.shields.io/badge/AppVersion-0.0.3-informational?style=flat-square)

Helm chart to deploy [config-connector-templater](https://github.com/slamdev/config-connector-templater).

Expand Down
2 changes: 1 addition & 1 deletion charts/docker-registry-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docker-registry-proxy
description: |-
Helm chart to deploy [docker-registry-proxy](https://hub.docker.com/r/rpardini/docker-registry-proxy).
type: application
version: 0.0.7
version: 0.0.8
appVersion: "0.6.3"
home: https://github.com/slamdev/helm-charts/tree/master/charts/docker-registry-proxy
icon: https://i.stack.imgur.com/mwFzF.png
Expand Down
2 changes: 1 addition & 1 deletion charts/docker-registry-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-registry-proxy

![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.3](https://img.shields.io/badge/AppVersion-0.6.3-informational?style=flat-square)
![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.3](https://img.shields.io/badge/AppVersion-0.6.3-informational?style=flat-square)

Helm chart to deploy [docker-registry-proxy](https://hub.docker.com/r/rpardini/docker-registry-proxy).

Expand Down
2 changes: 1 addition & 1 deletion charts/envoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: envoy
description: |-
Helm chart to deploy [envoy](https://www.envoyproxy.io/).
type: application
version: 0.0.12
version: 0.0.13
appVersion: "v1.18.2"
home: https://github.com/slamdev/helm-charts/tree/master/charts/envoy
icon: https://www.envoyproxy.io/docs/envoy/latest/_static/envoy-logo.png
Expand Down
2 changes: 1 addition & 1 deletion charts/envoy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# envoy

![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.18.2](https://img.shields.io/badge/AppVersion-v1.18.2-informational?style=flat-square)
![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.18.2](https://img.shields.io/badge/AppVersion-v1.18.2-informational?style=flat-square)

Helm chart to deploy [envoy](https://www.envoyproxy.io/).

Expand Down
2 changes: 1 addition & 1 deletion charts/external-secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-
Refer to operator repo for additional information.
type: application
version: 0.0.14
version: 0.0.15
appVersion: 0.0.8
home: https://github.com/slamdev/helm-charts/tree/master/charts/external-secrets-operator
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Emblem-question.svg/1200px-Emblem-question.svg.png
Expand Down
2 changes: 1 addition & 1 deletion charts/external-secrets-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# external-secrets-operator

![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.8](https://img.shields.io/badge/AppVersion-0.0.8-informational?style=flat-square)
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.8](https://img.shields.io/badge/AppVersion-0.0.8-informational?style=flat-square)

Helm chart to deploy [external-secrets-operator](https://github.com/slamdev/external-secrets-operator).

Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: fluentd
description: |-
Helm chart to deploy [fluentd](http://www.fluentd.org/).
type: application
version: 0.0.5
version: 0.0.6
appVersion: v1.11.5
home: https://github.com/slamdev/helm-charts/tree/master/charts/fluentd
icon: https://www.fluentd.org/assets/img/miscellany/fluentd-logo_2x.png
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fluentd

![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.11.5](https://img.shields.io/badge/AppVersion-v1.11.5-informational?style=flat-square)
![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.11.5](https://img.shields.io/badge/AppVersion-v1.11.5-informational?style=flat-square)

Helm chart to deploy [fluentd](http://www.fluentd.org/).

Expand Down
2 changes: 1 addition & 1 deletion charts/flux-notifier/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: flux-notifier
description: |-
Helm chart to deploy [flux-notifier](https://github.com/slamdev/flux-notifier/).
type: application
version: 0.0.6
version: 0.0.7
appVersion: "v0.0.8"
home: https://github.com/slamdev/helm-charts/tree/master/charts/flux-notifier
icon: https://docs.fluxcd.io/en/1.19.0/_files/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/flux-notifier/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux-notifier

![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.8](https://img.shields.io/badge/AppVersion-v0.0.8-informational?style=flat-square)
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.8](https://img.shields.io/badge/AppVersion-v0.0.8-informational?style=flat-square)

Helm chart to deploy [flux-notifier](https://github.com/slamdev/flux-notifier/).

Expand Down
2 changes: 1 addition & 1 deletion charts/gitlab-omnibus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gitlab-omnibus
description: |-
Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).
type: application
version: 0.0.17
version: 0.0.18
# https://hub.docker.com/r/gitlab/gitlab-ee/tags
appVersion: "13.10.3-ee.0"
home: https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlab-omnibus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gitlab-omnibus

![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.10.3-ee.0](https://img.shields.io/badge/AppVersion-13.10.3--ee.0-informational?style=flat-square)
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.10.3-ee.0](https://img.shields.io/badge/AppVersion-13.10.3--ee.0-informational?style=flat-square)

Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).

Expand Down
2 changes: 1 addition & 1 deletion charts/gke-preemptible-notifier/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gke-preemptible-notifier
description: |-
Helm chart to deploy [gke-preemptible-notifier](https://github.com/slamdev/gke-preemptible-notifier/).
type: application
version: 0.0.5
version: 0.0.6
appVersion: "v0.0.3"
home: https://github.com/slamdev/helm-charts/tree/master/charts/gke-preemptible-notifier
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/gke-preemptible-notifier/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gke-preemptible-notifier

![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.3](https://img.shields.io/badge/AppVersion-v0.0.3-informational?style=flat-square)
![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.3](https://img.shields.io/badge/AppVersion-v0.0.3-informational?style=flat-square)

Helm chart to deploy [gke-preemptible-notifier](https://github.com/slamdev/gke-preemptible-notifier/).

Expand Down
2 changes: 1 addition & 1 deletion charts/gradle-cache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gradle-cache
description: |-
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
type: application
version: 0.0.13
version: 0.0.14
appVersion: "9.9"
home: https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache
icon: https://gradle.org/icon/favicon-32x32.png
Expand Down
2 changes: 1 addition & 1 deletion charts/gradle-cache/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gradle-cache

![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.9](https://img.shields.io/badge/AppVersion-9.9-informational?style=flat-square)
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.9](https://img.shields.io/badge/AppVersion-9.9-informational?style=flat-square)

Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).

Expand Down
2 changes: 1 addition & 1 deletion charts/haproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: haproxy
description: |-
Helm chart to deploy [haproxy](http://www.haproxy.org/).
type: application
version: 0.0.3
version: 0.0.4
appVersion: 2.3.9
home: https://github.com/slamdev/helm-charts/tree/master/charts/haproxy
icon: http://www.haproxy.org/img/HAProxyCommunityEdition_60px.png
Expand Down
2 changes: 1 addition & 1 deletion charts/haproxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# haproxy

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.9](https://img.shields.io/badge/AppVersion-2.3.9-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.9](https://img.shields.io/badge/AppVersion-2.3.9-informational?style=flat-square)

Helm chart to deploy [haproxy](http://www.haproxy.org/).

Expand Down
2 changes: 1 addition & 1 deletion charts/hetzner-irobo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: hetzner-irobo
description: |-
Helm chart to deploy [hetzner-irobo](https://github.com/slamdev/hetzner-irobo).
type: application
version: 0.0.4
version: 0.0.5
appVersion: "0.0.1"
home: https://github.com/slamdev/helm-charts/tree/master/charts/hetzner-irobo
icon: https://i.stack.imgur.com/mwFzF.png
Expand Down
2 changes: 1 addition & 1 deletion charts/hetzner-irobo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hetzner-irobo

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

Helm chart to deploy [hetzner-irobo](https://github.com/slamdev/hetzner-irobo).

Expand Down
2 changes: 1 addition & 1 deletion charts/kube-resource-report/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kube-resource-report
description: |-
Helm chart to deploy [kube-resource-report](https://codeberg.org/hjacobs/kube-resource-report).
type: application
version: 0.1.2
version: 0.1.3
appVersion: "21.2.1"
home: https://github.com/slamdev/helm-charts/tree/master/charts/kube-resource-report
icon: https://i.stack.imgur.com/mwFzF.png
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-resource-report/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-resource-report

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.2.1](https://img.shields.io/badge/AppVersion-21.2.1-informational?style=flat-square)
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.2.1](https://img.shields.io/badge/AppVersion-21.2.1-informational?style=flat-square)

Helm chart to deploy [kube-resource-report](https://codeberg.org/hjacobs/kube-resource-report).

Expand Down
2 changes: 1 addition & 1 deletion charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |-
Chart supports environment variables inside of the nginx.conf file.
type: application
version: 0.0.19
version: 0.0.20
appVersion: 1.19.10
home: https://github.com/slamdev/helm-charts/tree/master/charts/nginx
icon: https://www.nginx.com/wp-content/uploads/2019/10/favicon-48x48.ico
Expand Down
2 changes: 1 addition & 1 deletion charts/nginx/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nginx

![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.19.10](https://img.shields.io/badge/AppVersion-1.19.10-informational?style=flat-square)
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.19.10](https://img.shields.io/badge/AppVersion-1.19.10-informational?style=flat-square)

Helm chart to deploy [nginx](https://www.nginx.com).

Expand Down
2 changes: 1 addition & 1 deletion charts/octavia-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: octavia-ingress-controller
description: |-
Helm chart to deploy [octavia-ingress-controller](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/octavia-ingress-controller/using-octavia-ingress-controller.md).
type: application
version: 0.0.6
version: 0.0.7
appVersion: "v1.20.2"
home: https://github.com/slamdev/helm-charts/tree/master/charts/octavia-ingress-controller
icon: https://i.stack.imgur.com/mwFzF.png
Expand Down
2 changes: 1 addition & 1 deletion charts/octavia-ingress-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# octavia-ingress-controller

![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.20.2](https://img.shields.io/badge/AppVersion-v1.20.2-informational?style=flat-square)
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.20.2](https://img.shields.io/badge/AppVersion-v1.20.2-informational?style=flat-square)

Helm chart to deploy [octavia-ingress-controller](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/octavia-ingress-controller/using-octavia-ingress-controller.md).

Expand Down
2 changes: 1 addition & 1 deletion charts/pgweb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pgweb
description: |-
Helm chart to deploy [pgweb](https://hub.docker.com/r/sosedoff/pgweb).
type: application
version: 0.0.7
version: 0.0.8
appVersion: "0.11.7"
home: https://github.com/slamdev/helm-charts/tree/master/charts/pgweb
icon: https://i.stack.imgur.com/mwFzF.png
Expand Down
Loading

0 comments on commit c060fa1

Please sign in to comment.