Skip to content

Commit

Permalink
bump chart version and run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
coreydaley committed Nov 11, 2024
1 parent 8053d5e commit 5e6fd66
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.0
version: 2.2.0
4 changes: 2 additions & 2 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Backstage Helm Chart

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/backstage)](https://artifacthub.io/packages/search?repo=backstage)
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying a Backstage application
Expand Down Expand Up @@ -127,8 +127,8 @@ Kubernetes: `>= 1.19.0-0`
| backstage.extraEnvVarsSecrets | Backstage container environment variables from existing Secrets | list | `[]` |
| backstage.extraVolumeMounts | Backstage container additional volume mounts | list | `[]` |
| backstage.extraVolumes | Backstage container additional volumes | list | `[]` |
| backstage.image.digest | Backstage image digest (digest takes precedence over image tag) | string | `""` |
| 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 | `[]` |
| backstage.image.digest | Backstage image digest (digest takes precedence over image tag) | string | `""` |
| 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"` |
| 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 | `[]` |
| backstage.image.registry | Backstage image registry | string | `"ghcr.io"` |
Expand Down
10 changes: 10 additions & 0 deletions charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -1620,6 +1621,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -2002,6 +2004,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -2979,6 +2982,7 @@
"x-kubernetes-map-type": "atomic"
},
"dataSourceRef": {
"description": "TypedObjectReference contains enough information to let you locate the typed referenced object",
"properties": {
"apiGroup": {
"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.",
Expand Down Expand Up @@ -4507,6 +4511,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -4697,6 +4702,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -5079,6 +5085,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -5337,6 +5344,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -5658,6 +5666,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -5873,6 +5882,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down

0 comments on commit 5e6fd66

Please sign in to comment.