Skip to content

Commit

Permalink
fix: Delete chart unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed May 6, 2024
1 parent cbb2cc6 commit 0cef825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion charts/bgos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
description: >-
A Helm chart for BGOS, a super specific process to synchronize selected
G.Workspace groups into Boundary groups following an authoritative approach
version: 0.1.1 # chart version
version: 0.1.2 # chart version
appVersion: "0.1.0" # bgos version
kubeVersion: ">=1.22.0-0" # kubernetes version
home: https://github.com/freepik-company/bgos
Expand Down
2 changes: 1 addition & 1 deletion charts/bgos/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag | default (printf "v%s" .Chart.AppVersion) }}"
imagePullPolicy: {{ .Values.controller.image.pullPolicy }}
command:
- /manager
- /bgos
- run

{{- with .Values.controller.extraArgs }}
Expand Down
18 changes: 1 addition & 17 deletions charts/bgos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@
nameOverride: ""
fullnameOverride: ""

# Following custom ClusterRole is a place where to add the type of resources
# allowed to be treated by BGOS.
customClusterRole:
# Specifies whether a custom clusterRole should be created
create: false

# Annotations to add to the clusterRole
annotations: {}

# A set of rules as documented here: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
rules: []

clusterRoleBinding:
# Annotations to add to the clusterRoleBinding
annotations: {}

# TODO
controller:

Expand All @@ -37,7 +21,7 @@ controller:
repository: ghcr.io/freepik-company/bgos
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.3.0"
tag: "v0.1.0"

imagePullSecrets: []

Expand Down

0 comments on commit 0cef825

Please sign in to comment.