Skip to content

Commit

Permalink
feat: Bump common library to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Oct 4, 2024
1 parent 90e6b9e commit 3e2f120
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/apps/k8s-ycl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ maintainers:
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
version: 3.4.0
version: 3.5.0
annotations:
artifacthub.io/changes: |-
- kind: changed
description: |
Update common library to 3.4.0
Update common library to 3.5.0
artifacthub.io/links: |
- name: "source"
url: "https://github.com/bjw-s/k8s-ycl"
2 changes: 1 addition & 1 deletion charts/apps/k8s-ycl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Kubernetes: `>=1.22.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://bjw-s.github.io/helm-charts | common | 3.4.0 |
| https://bjw-s.github.io/helm-charts | common | 3.5.0 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/apps/k8s-ycl/values.schema.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.4.0/charts/library/common/values.schema.json"
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.5.0/charts/library/common/values.schema.json"
}
6 changes: 3 additions & 3 deletions charts/other/app-template/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
apiVersion: v2
description: A common powered chart template. This can be useful for small projects that don't have their own chart.
name: app-template
version: 3.4.0
version: 3.5.0
kubeVersion: ">=1.22.0-0"
maintainers:
- name: bjw-s
email: me@bjw-s.dev
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
version: 3.4.0
version: 3.5.0
annotations:
artifacthub.io/changes: |-
- kind: changed
description: |
Updated library version to 3.4.0.
Updated library version to 3.5.0.
links:
- name: Upgrade instructions from v2.x
url: https://bjw-s.github.io/helm-charts/docs/app-template/#from-2xx-to-30x
Expand Down
4 changes: 2 additions & 2 deletions charts/other/app-template/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# app-template

![Version: 3.4.0](https://img.shields.io/badge/Version-3.4.0-informational?style=flat-square)
![Version: 3.5.0](https://img.shields.io/badge/Version-3.5.0-informational?style=flat-square)

A common powered chart template. This can be useful for small projects that don't have their own chart.

Expand All @@ -12,7 +12,7 @@ Kubernetes: `>=1.22.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://bjw-s.github.io/helm-charts | common | 3.4.0 |
| https://bjw-s.github.io/helm-charts | common | 3.5.0 |

## Installing the Chart

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@
"values": {
"description": "Values holds the values for this Helm release.",
"x-kubernetes-preserve-unknown-fields": true,
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.4.0/charts/library/common/values.schema.json"
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.5.0/charts/library/common/values.schema.json"
},
"valuesFrom": {
"description": "ValuesFrom holds references to resources containing Helm values for this HelmRelease,\nand information about how they should be merged.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
"values": {
"description": "Values holds the values for this Helm release.",
"x-kubernetes-preserve-unknown-fields": true,
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.4.0/charts/library/common/values.schema.json"
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.5.0/charts/library/common/values.schema.json"
},
"valuesFrom": {
"description": "ValuesFrom holds references to resources containing Helm values for this HelmRelease, and information about how they should be merged.",
Expand Down
2 changes: 1 addition & 1 deletion charts/other/app-template/values.schema.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.4.0/charts/library/common/values.schema.json"
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.5.0/charts/library/common/values.schema.json"
}

0 comments on commit 3e2f120

Please sign in to comment.