Skip to content

Commit

Permalink
feat: update to 0.5.3 (#182)
Browse files Browse the repository at this point in the history
* chore: update repository

* chore: update repository

---------

Co-authored-by: GitHub Actions <hexf00@users.noreply.github.com>
  • Loading branch information
jikkai and hexf00 authored Jan 4, 2025
1 parent aa420f3 commit 659a7ad
Show file tree
Hide file tree
Showing 10 changed files with 590 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/collaboration-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
repository: release/univer-collaboration-lite
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.5.2 # VERSION
tag: 0.5.3 # VERSION

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/collaboration-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
repository: release/univer-collaboration
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.5.2 # VERSION
tag: 0.5.3 # VERSION

imagePullSecrets: []
nameOverride: ""
Expand Down
23 changes: 23 additions & 0 deletions charts/univer-observability/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
24 changes: 24 additions & 0 deletions charts/univer-observability/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
dependencies:
- name: prometheus
repository: oci://registry-1.docker.io/bitnamicharts
version: 0.8.0
- name: node-exporter
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.11.2
- name: kube-state-metrics
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.11.3
- name: kubernetes-event-exporter
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.12.3
- name: loki
repository: https://grafana.github.io/helm-charts
version: 2.16.0
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.15.5
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.43.5
digest: sha256:436c13379bdcb094c2099689837478d173fedecd4b75c57fd320154dfa80807d
generated: "2024-09-02T10:44:45.631066256+08:00"
54 changes: 54 additions & 0 deletions charts/univer-observability/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
apiVersion: v2
name: univer-observability
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"

dependencies:
- name: prometheus
version: 0.8.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: prometheus.enabled
- name: node-exporter
version: 3.11.2
repository: oci://registry-1.docker.io/bitnamicharts
condition: node-exporter.enabled
- name: kube-state-metrics
version: 3.11.3
repository: oci://registry-1.docker.io/bitnamicharts
condition: kube-state-metrics.enabled
- name: kubernetes-event-exporter
version: 2.12.3
repository: oci://registry-1.docker.io/bitnamicharts
condition: kubernetes-event-exporter.enabled
- name: loki
condition: loki.enabled
repository: "https://grafana.github.io/helm-charts"
version: "2.16.0"
- name: promtail
condition: promtail.enabled
repository: "https://grafana.github.io/helm-charts"
version: "6.15.5"
- name: grafana
condition: grafana.enabled
version: "6.43.5"
repository: "https://grafana.github.io/helm-charts"
Loading

0 comments on commit 659a7ad

Please sign in to comment.