Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Release shipmight-stack 0.2.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeclown authored May 16, 2022
1 parent 59095d6 commit 8f3d6fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helm repo add shipmight https://shipmight.github.io/helm-charts
## Charts

- [**Shipmight stack →**](./charts/shipmight-stack/README.md) (Recommended)
Shipmight, Ingress-NGINX, Loki, Promtail, Cert-Manager, metrics-server
Shipmight, Ingress-NGINX, Loki, Promtail, Cert-Manager, Metrics Server

- [**Shipmight →**](./charts/shipmight/README.md)
Shipmight
4 changes: 2 additions & 2 deletions charts/shipmight-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
name: shipmight-stack
version: "0.1.16"
version: "0.2.0"
kubeVersion: ">= 1.21.4 < 1.22.0"

dependencies:
- repository: "https://shipmight.github.io/helm-charts"
name: shipmight
version: "0.1.16"
version: "0.2.0"
condition: shipmight.enabled
- repository: "https://kubernetes.github.io/ingress-nginx"
name: ingress-nginx
Expand Down
6 changes: 3 additions & 3 deletions charts/shipmight-stack/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Shipmight Stack Helm Chart

This chart installs Shipmight and the following resources:
This chart installs Shipmight and the following optional resources:

- Ingress-NGINX
- Ingress-NGINX (enabled by default)
- Loki
- Promtail
- Cert-Manager
- metrics-server
- Metrics Server

This is the recommended installation chart for most users, because it comes pre-configured with all the dependencies.

Expand Down
6 changes: 3 additions & 3 deletions charts/shipmight-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ingress-nginx:

# https://grafana.com/docs/loki/latest/configuration/examples/#almost-zero-dependencyyaml
loki:
enabled: true
enabled: false
config:
auth_enabled: false
server:
Expand Down Expand Up @@ -74,7 +74,7 @@ loki:
memory: 128Mi

promtail:
enabled: true
enabled: false
resources:
limits:
cpu: 200m
Expand All @@ -84,7 +84,7 @@ promtail:
memory: 128Mi

cert-manager:
enabled: true
enabled: false
installCRDs: true
resources:
limits:
Expand Down

0 comments on commit 8f3d6fc

Please sign in to comment.