Skip to content

Commit

Permalink
Merge pull request #45 from edixos/fix/helm-and-docs
Browse files Browse the repository at this point in the history
fix(helm): fix helm default namespace and fix some documentation
  • Loading branch information
smileisak committed Sep 11, 2023
2 parents 2d713d3 + 8074484 commit 9ad3c48
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/nauticus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ sources:

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.2
version: 0.1.3

# This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the application.
appVersion: v0.1.2
appVersion: v0.1.3
8 changes: 4 additions & 4 deletions charts/nauticus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nauticus

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.2](https://img.shields.io/badge/AppVersion-v0.1.2-informational?style=flat-square)
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.3](https://img.shields.io/badge/AppVersion-v0.1.3-informational?style=flat-square)

**Homepage:** <https://github.com/edixos/nauticus>

Expand Down Expand Up @@ -70,7 +70,7 @@ A Helm chart to deploy the Nauticus Controller Simplifying Kubernetes cluster ma
To install the chart with the release name `my-release`:

```bash
helm repo add edixos https://edixos.github.io/nauticus
helm repo add edixos https://edixos.github.io/charts
helm install edixos/nauticus
```

Expand All @@ -89,8 +89,8 @@ spec:
project: infra

source:
repoURL: "https://edixos.github.io/nauticus"
targetRevision: "0.1.2"
repoURL: "https://edixos.github.io/charts"
targetRevision: "0.1.3"
chart: nauticus
path: ''

Expand Down
4 changes: 2 additions & 2 deletions charts/nauticus/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
To install the chart with the release name `my-release`:

```bash
helm repo add edixos https://edixos.github.io/nauticus
helm repo add edixos https://edixos.github.io/charts
helm install edixos/{{ .Name }}
```

Expand All @@ -50,7 +50,7 @@ spec:
project: infra

source:
repoURL: "https://edixos.github.io/nauticus"
repoURL: "https://edixos.github.io/charts"
targetRevision: "{{ .Version }}"
chart: {{ .Name }}
path: ''
Expand Down
3 changes: 0 additions & 3 deletions charts/nauticus/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
name: {{ include "nauticus.fullname" . }}-leader-election-role
namespace: nauticus-system
rules:
- apiGroups:
- ""
Expand Down Expand Up @@ -220,7 +219,6 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
name: {{ include "nauticus.fullname" . }}-leader-election-rolebinding
namespace: nauticus-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand All @@ -240,7 +238,6 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
name: {{ include "nauticus.fullname" . }}-manager-rolebinding

roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
1 change: 0 additions & 1 deletion charts/nauticus/templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
name: {{ include "nauticus.fullname" . }}-controller-manager-metrics-service
namespace: nauticus-system
spec:
ports:
- name: https
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repo_name: "edixos/Nauticus"
site_description: Nauticus Simplifies Kubernetes cluster management with fully-managed Spaces.
repo_url: https://github.com/edixos/Nauticus
site_author: Edixos
copyright: Copyright &copy; 2022-2023 Edixos
copyright: Copyright &copy; 2022-2023 Edixos*

#===================================================================================#
# Mkdocs Theme (Material Mkdocs) + Extras
Expand Down

0 comments on commit 9ad3c48

Please sign in to comment.