Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade caluma #12

Closed
wants to merge 3 commits into from
Closed

Conversation

MitanOmar
Copy link
Member

No description provided.

@@ -1,8 +1,8 @@
apiVersion: v1
name: caluma
description: A collaborative form editing service
version: 0.10.2
appVersion: 7.7.0
version: 0.10.3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you upgrade the appVersion over multiple major releases, then you should definitely also increase the minor version of the chart.

Suggested change
version: 0.10.3
version: 0.11.0

@@ -2,9 +2,9 @@
{{- $fullName := include "caluma.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}}
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nowadays Kubernetes releases which don't support networking.k8s.io/v1 should be very rare, so I would suggest to remove the whole if/else section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants