Skip to content

Commit 53d6aa1

Browse files
committed
bump chart version and run pre-commit
Signed-off-by: Corey Daley <cdaley@redhat.com>
1 parent 8053d5e commit 53d6aa1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

charts/backstage/Chart.yaml

+1-1
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.1.0
41+
version: 2.2.0

charts/backstage/README.md

+2-2
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.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square)
5+
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-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
@@ -127,8 +127,8 @@ Kubernetes: `>= 1.19.0-0`
127127
| backstage.extraEnvVarsSecrets | Backstage container environment variables from existing Secrets | list | `[]` |
128128
| backstage.extraVolumeMounts | Backstage container additional volume mounts | list | `[]` |
129129
| backstage.extraVolumes | Backstage container additional volumes | list | `[]` |
130-
| backstage.image.digest | Backstage image digest (digest takes precedence over image tag) | string | `""` |
131130
| backstage.hostAliases | Host Aliases for the pod <br /> Ref: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ | list | `[]` |
131+
| backstage.image.digest | Backstage image digest (digest takes precedence over image tag) | string | `""` |
132132
| backstage.image.pullPolicy | Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' <br /> Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy | string | `"Always"` |
133133
| backstage.image.pullSecrets | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. <br /> Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ <br /> E.g: `pullSecrets: [myRegistryKeySecretName]` | list | `[]` |
134134
| backstage.image.registry | Backstage image registry | string | `"ghcr.io"` |

charts/backstage/values.schema.json

+10
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,7 @@
14301430
"type": "integer"
14311431
},
14321432
"grpc": {
1433+
"description": "GRPCAction specifies an action involving a GRPC service.",
14331434
"properties": {
14341435
"port": {
14351436
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
@@ -1620,6 +1621,7 @@
16201621
"type": "integer"
16211622
},
16221623
"grpc": {
1624+
"description": "GRPCAction specifies an action involving a GRPC service.",
16231625
"properties": {
16241626
"port": {
16251627
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
@@ -2002,6 +2004,7 @@
20022004
"type": "integer"
20032005
},
20042006
"grpc": {
2007+
"description": "GRPCAction specifies an action involving a GRPC service.",
20052008
"properties": {
20062009
"port": {
20072010
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
@@ -2979,6 +2982,7 @@
29792982
"x-kubernetes-map-type": "atomic"
29802983
},
29812984
"dataSourceRef": {
2985+
"description": "TypedObjectReference contains enough information to let you locate the typed referenced object",
29822986
"properties": {
29832987
"apiGroup": {
29842988
"description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.",
@@ -4507,6 +4511,7 @@
45074511
"type": "integer"
45084512
},
45094513
"grpc": {
4514+
"description": "GRPCAction specifies an action involving a GRPC service.",
45104515
"properties": {
45114516
"port": {
45124517
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
@@ -4697,6 +4702,7 @@
46974702
"type": "integer"
46984703
},
46994704
"grpc": {
4705+
"description": "GRPCAction specifies an action involving a GRPC service.",
47004706
"properties": {
47014707
"port": {
47024708
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
@@ -5079,6 +5085,7 @@
50795085
"type": "integer"
50805086
},
50815087
"grpc": {
5088+
"description": "GRPCAction specifies an action involving a GRPC service.",
50825089
"properties": {
50835090
"port": {
50845091
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
@@ -5337,6 +5344,7 @@
53375344
"type": "integer"
53385345
},
53395346
"grpc": {
5347+
"description": "GRPCAction specifies an action involving a GRPC service.",
53405348
"properties": {
53415349
"port": {
53425350
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
@@ -5658,6 +5666,7 @@
56585666
"type": "integer"
56595667
},
56605668
"grpc": {
5669+
"description": "GRPCAction specifies an action involving a GRPC service.",
56615670
"properties": {
56625671
"port": {
56635672
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
@@ -5873,6 +5882,7 @@
58735882
"type": "integer"
58745883
},
58755884
"grpc": {
5885+
"description": "GRPCAction specifies an action involving a GRPC service.",
58765886
"properties": {
58775887
"port": {
58785888
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",

0 commit comments

Comments
 (0)