Skip to content

Commit 3b72b98

Browse files
chore(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.1 (#267)
* chore(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.1 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.2 to 3.9.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@3454372...398d4b0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: schema references Signed-off-by: ChrisJBurns <[email protected]> * bumps chart version to 2.5.3 Signed-off-by: ChrisJBurns <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: ChrisJBurns <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ChrisJBurns <[email protected]>
1 parent 45ba9bd commit 3b72b98

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343

4444
- name: Install Cosign
45-
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb #pin@v3.8.2
45+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac #pin@v3.9.1
4646

4747
- name: Install Oras
4848
uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1.2.3

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ sources:
3838
# This is the chart version. This version number should be incremented each time you make changes
3939
# to the chart and its templates, including the app version.
4040
# Versions are expected to follow Semantic Versioning (https://semver.org/)
41-
version: 2.5.2
41+
version: 2.5.3

charts/backstage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Backstage Helm Chart
33

44
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/backstage)](https://artifacthub.io/packages/search?repo=backstage)
5-
![Version: 2.5.2](https://img.shields.io/badge/Version-2.5.2-informational?style=flat-square)
5+
![Version: 2.5.3](https://img.shields.io/badge/Version-2.5.3-informational?style=flat-square)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
77

88
A Helm chart for deploying a Backstage application

charts/backstage/values.schema.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@
10111011
"description": "EnvVar represents an environment variable present in a Container.",
10121012
"properties": {
10131013
"name": {
1014-
"description": "Name of the environment variable. Must be a C_IDENTIFIER.",
1014+
"description": "Name of the environment variable. May consist of any printable ASCII characters except '='.",
10151015
"type": "string"
10161016
},
10171017
"value": {
@@ -1129,7 +1129,7 @@
11291129
"x-kubernetes-patch-strategy": "merge"
11301130
},
11311131
"envFrom": {
1132-
"description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.",
1132+
"description": "List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.",
11331133
"items": {
11341134
"description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets",
11351135
"properties": {
@@ -1148,7 +1148,7 @@
11481148
"type": "object"
11491149
},
11501150
"prefix": {
1151-
"description": "Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.",
1151+
"description": "Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.",
11521152
"type": "string"
11531153
},
11541154
"secretRef": {
@@ -2253,7 +2253,7 @@
22532253
"description": "EnvVar represents an environment variable present in a Container.",
22542254
"properties": {
22552255
"name": {
2256-
"description": "Name of the environment variable. Must be a C_IDENTIFIER.",
2256+
"description": "Name of the environment variable. May consist of any printable ASCII characters except '='.",
22572257
"type": "string"
22582258
},
22592259
"value": {
@@ -4132,7 +4132,7 @@
41324132
"description": "EnvVar represents an environment variable present in a Container.",
41334133
"properties": {
41344134
"name": {
4135-
"description": "Name of the environment variable. Must be a C_IDENTIFIER.",
4135+
"description": "Name of the environment variable. May consist of any printable ASCII characters except '='.",
41364136
"type": "string"
41374137
},
41384138
"value": {
@@ -4250,7 +4250,7 @@
42504250
"x-kubernetes-patch-strategy": "merge"
42514251
},
42524252
"envFrom": {
4253-
"description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.",
4253+
"description": "List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.",
42544254
"items": {
42554255
"description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets",
42564256
"properties": {
@@ -4269,7 +4269,7 @@
42694269
"type": "object"
42704270
},
42714271
"prefix": {
4272-
"description": "Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.",
4272+
"description": "Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.",
42734273
"type": "string"
42744274
},
42754275
"secretRef": {

0 commit comments

Comments
 (0)