Skip to content

Commit

Permalink
ci: update Core Operator chart from latest version internally (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: patrick-stephens <[email protected]>
  • Loading branch information
calyptia-ci and patrick-stephens authored Oct 30, 2024
1 parent be171e0 commit c372d3f
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 34 deletions.
4 changes: 2 additions & 2 deletions charts/core-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: core-crd
description: A Helm chart for Kubernetes
type: application
version: 3.4.1
appVersion: "v3.4.1"
version: 3.5.0
appVersion: "v3.5.0"
maintainers:
- name: Calyptia
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/core-crd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ images:
fluentBit:
registry: ghcr.io
repository: calyptia/core/calyptia-fluent-bit
tag: 24.10.1
tag: 24.10.2
pullSecrets: []
ingestCheck:
registry: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions charts/core-instance/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Calyptia Core Instance chart
home: https://calyptia.com/products/core/
icon: https://storage.googleapis.com/calyptia_public_resources_bucket/logo-darkmode.svg
type: application
version: 3.4.1
appVersion: "v3.4.1"
version: 3.5.0
appVersion: "v3.5.0"
maintainers:
- name: Calyptia
email: [email protected]
Expand Down
3 changes: 0 additions & 3 deletions charts/core-instance/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ metadata:
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: operator
app.kubernetes.io/instance: manager-rolebinding
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: clusterrolebinding
app.kubernetes.io/part-of: operator
calyptia.core: core-operator
name: "{{- printf "calyptia-core-instance-%s-rolebinding" .Release.Name -}}"
Expand Down
3 changes: 0 additions & 3 deletions charts/core-instance/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ metadata:
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: operator
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: serviceaccount
app.kubernetes.io/part-of: operator
calyptia.core: core-operator
name: {{ template "instance.serviceAccountName" . }}
Expand Down
4 changes: 2 additions & 2 deletions charts/core-instance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ images:
fromCloud:
registry: ghcr.io
repository: calyptia/core-operator/sync-from-cloud
tag: 3.4.1
tag: 3.5.0
pullSecrets: []
toCloud:
registry: ghcr.io
repository: calyptia/core-operator/sync-to-cloud
tag: 3.4.1
tag: 3.5.0
pullSecrets: []
hotReload:
registry: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions charts/core-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Calyptia Core Operator chart
home: https://calyptia.com/products/core/
icon: https://storage.googleapis.com/calyptia_public_resources_bucket/logo-darkmode.svg
type: application
version: 3.4.1
appVersion: "v3.4.1"
version: 3.5.0
appVersion: "v3.5.0"
maintainers:
- name: Calyptia
email: [email protected]
Expand Down
6 changes: 0 additions & 6 deletions charts/core-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ metadata:
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: operator
app.kubernetes.io/instance: metrics-reader
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: clusterrole
app.kubernetes.io/part-of: operator
calyptia.core: core-operator
name: calyptia-core-metrics-reader
Expand Down Expand Up @@ -130,9 +127,6 @@ metadata:
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: operator
app.kubernetes.io/instance: proxy-role
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: clusterrole
app.kubernetes.io/part-of: operator
calyptia.core: core-operator
name: calyptia-core-proxy-role
Expand Down
6 changes: 0 additions & 6 deletions charts/core-operator/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ metadata:
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: operator
app.kubernetes.io/instance: manager-rolebinding
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: clusterrolebinding
app.kubernetes.io/part-of: operator
calyptia.core: core-operator
name: calyptia-core-manager-rolebinding
Expand All @@ -33,9 +30,6 @@ metadata:
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: operator
app.kubernetes.io/instance: proxy-rolebinding
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: clusterrolebinding
app.kubernetes.io/part-of: operator
calyptia.core: core-operator
name: calyptia-core-proxy-rolebinding
Expand Down
3 changes: 0 additions & 3 deletions charts/core-operator/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ metadata:
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: operator
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: serviceaccount
app.kubernetes.io/part-of: operator
calyptia.core: core-operator
name: {{ template "operator.serviceAccountName" . }}
Expand Down
3 changes: 0 additions & 3 deletions charts/core-operator/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ metadata:
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: operator
app.kubernetes.io/instance: controller-manager-metrics-service
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: service
app.kubernetes.io/part-of: operator
calyptia.core: core-operator
control-plane: controller-manager
Expand Down
2 changes: 1 addition & 1 deletion charts/core-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ images:
operator:
registry: ghcr.io
repository: calyptia/core-operator
tag: 3.4.1
tag: 3.5.0
pullSecrets: []
hotReload:
registry: ghcr.io
Expand Down

0 comments on commit c372d3f

Please sign in to comment.