Skip to content

Commit

Permalink
Merge pull request #42 from foomo/beam-v0.4.1
Browse files Browse the repository at this point in the history
Beam v0.4.1
  • Loading branch information
franklinkim authored Nov 4, 2024
2 parents 9214886 + 945f50b commit 870fefd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
!.github/

## Helm
Chart.lock
!.helmignore

## Editorconfig
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Foomo Helm Charts

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/foomo/helm-charts/main.yml?style=flat-square&branch=main)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/foomo)](https://artifacthub.io/packages/search?repo=foomo)
![Build Status](https://img.shields.io/github/actions/workflow/status/foomo/helm-charts/main.yml?branch=main&logo=github&label=Build%20Status)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions charts/beam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
version: 2.3.3
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: pinniped.enabled
version: 0.4.0
appVersion: 0.4.0
version: 0.4.1
appVersion: 0.4.1


2 changes: 1 addition & 1 deletion charts/beam/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beam

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

Secure infrastructure access

Expand Down
6 changes: 3 additions & 3 deletions charts/beam/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,11 +773,11 @@
"type": "string"
},
"pinniped": {
"additionalProperties": false,
"additionalProperties": true,
"description": "Pinneped dependency ([read more](https://github.com/bitnami/charts/blob/main/bitnami/pinniped/values.yaml))",
"properties": {
"concierge": {
"additionalProperties": false,
"additionalProperties": true,
"description": "Concierge settings ([read more](https://github.com/bitnami/charts/blob/main/bitnami/pinniped/values.yaml#L90))",
"properties": {
"credentialIssuerConfig": {
Expand Down Expand Up @@ -821,7 +821,7 @@
"type": "boolean"
},
"supervisor": {
"additionalProperties": false,
"additionalProperties": true,
"description": "Supervisor settings ([read more](https://github.com/bitnami/charts/blob/main/bitnami/pinniped/values.yaml#L90))",
"properties": {
"enabled": {
Expand Down
3 changes: 3 additions & 0 deletions charts/beam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ cloudflaredSidecars: []

# @schema
# type: object
# additionalProperties: true
# @schema
# Pinneped dependency ([read more](https://github.com/bitnami/charts/blob/main/bitnami/pinniped/values.yaml))
pinniped:
Expand All @@ -579,6 +580,7 @@ pinniped:
enabled: false
# @schema
# type: object
# additionalProperties: true
# @schema
# Concierge settings ([read more](https://github.com/bitnami/charts/blob/main/bitnami/pinniped/values.yaml#L90))
concierge:
Expand Down Expand Up @@ -626,6 +628,7 @@ pinniped:
externalEndpoint: {{ .Release.Name }}-pinniped-concierge-impersonation-proxy-cluster-ip.{{ .Release.Namespace }}:443
# @schema
# type: object
# additionalProperties: true
# @schema
# Supervisor settings ([read more](https://github.com/bitnami/charts/blob/main/bitnami/pinniped/values.yaml#L90))
supervisor:
Expand Down

0 comments on commit 870fefd

Please sign in to comment.