Skip to content

Commit

Permalink
Fix rabbitmq storageClass Issue (#43)
Browse files Browse the repository at this point in the history
* Fix rabbitmq storageClass Issue

* changed planeVersion

* add: timestamp to monitor deployment

* changed planeVersion to v1.3.1
  • Loading branch information
akshat5302 authored Sep 30, 2024
1 parent 9f6d434 commit c3381d3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/plane-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue

type: application

version: 1.0.11
version: 1.0.12
appVersion: "1.3.0"

home: https://plane.so/
Expand Down
2 changes: 1 addition & 1 deletion charts/plane-enterprise/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ questions:
type: boolean
default: false
show_if: "services.rabbitmq.local_setup=true"
- variable: services.rabbitmq.storageClass
- variable: env.storageClass
label: "Storage Class"
type: string
default: "longhorn"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
metadata:
labels:
app.name: {{ .Release.Namespace }}-{{ .Release.Name }}-monitor
annotations:
timestamp: {{ now | quote }}
spec:
containers:
- image: {{ .Values.services.monitor.image | default "registry.plane.tools/plane/monitor-enterprise" }}:{{ .Values.planeVersion }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
resources:
requests:
storage: {{ .Values.services.rabbitmq.volumeSize | default "100Mi" | quote }}
storageClassName: {{ .Values.services.rabbitmq.storageClass }}
storageClassName: {{ .Values.env.storageClass }}
volumeMode: Filesystem

{{- end }}
3 changes: 1 addition & 2 deletions charts/plane-enterprise/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
planeVersion: v1.3.0
planeVersion: v1.3.1

dockerRegistry:
enabled: false
Expand Down Expand Up @@ -48,7 +48,6 @@ services:
image: rabbitmq:3.13.6-management-alpine
servicePort: 5672
managementPort: 15672
storageClass: longhorn
volumeSize: 100Mi
default_user: plane
default_password: plane
Expand Down

0 comments on commit c3381d3

Please sign in to comment.