Skip to content

Commit

Permalink
Release v0.8.0 (#574)
Browse files Browse the repository at this point in the history
Co-authored-by: michaeljguarino <michaeljguarino@users.noreply.github.com>
Co-authored-by: michaeljguarino <mguarino46@gmail.com>
  • Loading branch information
3 people authored Jan 2, 2024
1 parent 43aefd2 commit 108bca9
Show file tree
Hide file tree
Showing 15 changed files with 1,218 additions and 15 deletions.
6 changes: 3 additions & 3 deletions charts/console/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.0.3
- name: controller
repository: file://../controller
version: 0.0.1
digest: sha256:d37b6c2a15aaa4b5efdc8499cf05b2514626ba93f6f5ddcea40e3b39729ea6f4
generated: "2023-12-19T14:21:20.581699121+01:00"
version: 0.0.2
digest: sha256:971f29ffbc22b977ac88deef7b1c99a925daa51031209f2c89c2666feb059782
generated: "2024-01-02T12:45:37.093003-05:00"
6 changes: 3 additions & 3 deletions charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: console
description: >-
deploys the plural console and additional dependencies, for use in
bring-your-own-kube setups
appVersion: 0.7.8
version: 0.1.17
appVersion: 0.8.0
version: 0.1.18
dependencies:
- name: kas
version: 0.0.3
repository: file://../../plural/helm/kas
- name: controller
version: 0.0.1
version: 0.0.2
repository: file://../controller
type: application
Binary file removed charts/console/charts/controller-0.0.1.tgz
Binary file not shown.
Binary file added charts/console/charts/controller-0.0.2.tgz
Binary file not shown.
Binary file modified charts/console/charts/kas-0.0.3.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: controller
description: deploys the deployment operator for plural cd
appVersion: 0.8.0
version: 0.0.2
type: application
version: 0.0.1
appVersion: "0.7.5"
4 changes: 2 additions & 2 deletions charts/controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
env:
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ quote .Values.kubernetesClusterDomain }}
image: {{ .Values.controllerManager.kubeRbacProxy.image.repository }}:{{ .Values.controllerManager.kubeRbacProxy.image.tag | default .Chart.AppVersion }}
image: {{ .Values.controllerManager.kubeRbacProxy.image.repository }}:{{ .Values.controllerManager.kubeRbacProxy.image.tag | default (printf "v%s" .Chart.AppVersion) }}
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand All @@ -54,7 +54,7 @@ spec:
secretKeyRef: {{- toYaml .Values.tokenSecretRef | nindent 14 }}
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ quote .Values.kubernetesClusterDomain }}
image: {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag | default .Chart.AppVersion }}
image: {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag | default (printf "v%s" .Chart.AppVersion) }}
imagePullPolicy: {{ .Values.controllerManager.manager.imagePullPolicy }}
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion charts/controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ controllerManager:
image:
repository: ghcr.io/pluralsh/deployment-controller
tag: ~
imagePullPolicy: Never
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 500m
Expand Down
7 changes: 5 additions & 2 deletions plural/helm/console/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ dependencies:
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.10
digest: sha256:c06b16641a45c3fb3c429b1d8cb5e61a860a58976b87b02b6e01c1826b10f13c
generated: "2023-06-14T16:25:44.06288-04:00"
- name: controller
repository: file://../../../charts/controller
version: 0.0.2
digest: sha256:ab3c9d6d4d728887b596bbd60d9e4860a0a61a854c06a00759396769bcbd5858
generated: "2024-01-02T12:30:40.966289-05:00"
7 changes: 5 additions & 2 deletions plural/helm/console/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apiVersion: v2
name: console
description: A chart for plural console
appVersion: 0.7.8
version: 0.7.100
appVersion: 0.8.0
version: 0.8.0
dependencies:
- name: test-base
version: 0.1.10
repository: https://pluralsh.github.io/module-library
condition: test-base.enabled
- name: controller
version: 0.0.2
repository: file://../../../charts/controller
Binary file added plural/helm/console/charts/controller-0.0.2.tgz
Binary file not shown.
Loading

0 comments on commit 108bca9

Please sign in to comment.