Skip to content

Commit

Permalink
update artifacts.sh, index.yaml and some fields in values.yaml for v1…
Browse files Browse the repository at this point in the history
….8.0 (#237)

Signed-off-by: yandongxiao <[email protected]>
  • Loading branch information
yandongxiao authored Aug 16, 2023
1 parent 5fea383 commit c823095
Show file tree
Hide file tree
Showing 12 changed files with 237 additions and 68 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ artifacts
.DS_Store

migrate-chart-value
*.tgz
4 changes: 2 additions & 2 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
kubectl.kubernetes.io/default-container: manager
labels:
app: kube-starrocks-operator
version: 1.7.1
version: 1.8.0
spec:
automountServiceAccountToken: true
containers:
Expand All @@ -182,7 +182,7 @@ spec:
env:
- name: TZ
value: Asia/Shanghai
image: "starrocks/operator:v1.7.1"
image: "starrocks/operator:v1.8.0"
imagePullPolicy: Always
name: manager
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions doc/integration/integration-prometheus-grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
configMapName: kube-starrocks-be-cm
resolveKey: be.conf
fsGroup: 0
image: starrocks/be-ubuntu:3.0-latest
image: starrocks/be-ubuntu:3.1-latest
limits:
cpu: 4
memory: 4Gi
Expand All @@ -173,7 +173,7 @@ spec:
configMapName: kube-starrocks-fe-cm
resolveKey: fe.conf
fsGroup: 0
image: starrocks/fe-ubuntu:3.0-latest
image: starrocks/fe-ubuntu:3.1-latest
limits:
cpu: 4
memory: 4Gi
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/charts/kube-starrocks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ maintainers:
# 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: 1.7.1
version: 1.8.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: 3.0-latest
appVersion: 3.1-latest

kubeVersion: ">=1.18.3-0"

Expand Down
6 changes: 3 additions & 3 deletions helm-charts/charts/kube-starrocks/charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ maintainers:
# 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: 1.7.1
version: 1.8.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: 3.0-latest
appVersion: 1.8.0

kubeVersion: ">=1.18.3-0"

Expand All @@ -44,4 +44,4 @@ keywords:
sources:
- https://github.com/StarRocks/starrocks

home: https://github.com/StarRocks/starrocks-kubernetes-operator
home: https://github.com/StarRocks/starrocks-kubernetes-operator
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ starrocksOperator:
image:
# image sliced by "repository:tag"
repository: starrocks/operator
tag: v1.7.1
tag: v1.8.0
imagePullPolicy: Always
replicaCount: 1
resources:
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/charts/kube-starrocks/charts/starrocks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ maintainers:
# 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: 1.7.1
version: 1.8.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: 3.0-latest
appVersion: 3.1-latest

kubeVersion: ">=1.18.3-0"

Expand All @@ -44,4 +44,4 @@ keywords:
sources:
- https://github.com/StarRocks/starrocks

home: https://github.com/StarRocks/starrocks-kubernetes-operator
home: https://github.com/StarRocks/starrocks-kubernetes-operator
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ nameOverride: "kube-starrocks"
initPassword:
enabled: false
password: ""
# The secret name that contains password, the key of the secret is "password", and you should create it first.
passwordSecret: ""

# TimeZone is used to set the environment variable TZ for pod, with Asia/Shanghai as the default.
Expand Down Expand Up @@ -51,7 +52,7 @@ starrocksFESpec:
image:
# image sliced by "repository:tag"
repository: starrocks/fe-ubuntu
tag: 3.0-latest
tag: 3.1-latest
# add annotations for fe pods. For example, if you want to config monitor for datadog, you can config the annotations.
annotations: {}
# If runAsNonRoot is true, the container is run as non-root user.
Expand Down Expand Up @@ -163,7 +164,7 @@ starrocksCnSpec:
image:
# image sliced by "repository:tag"
repository: starrocks/cn-ubuntu
tag: 3.0-latest
tag: 3.1-latest
# serviceAccount for cn access cloud service.
serviceAccount: ""
# add annotations for cn pods. example, if you want to config monitor for datadog, you can config the annotations.
Expand Down Expand Up @@ -290,7 +291,7 @@ starrocksBeSpec:
image:
# image sliced by "repository:tag"
repository: starrocks/be-ubuntu
tag: 3.0-latest
tag: 3.1-latest
# serviceAccount for be access cloud service.
serviceAccount: ""
# add annotations for be pods. example, if you want to config monitor for datadog, you can config the annotations.
Expand Down
9 changes: 5 additions & 4 deletions helm-charts/charts/kube-starrocks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ operator:
image:
# image sliced by "repository:tag"
repository: starrocks/operator
tag: v1.7.1
tag: v1.8.0
imagePullPolicy: Always
replicaCount: 1
resources:
Expand Down Expand Up @@ -66,6 +66,7 @@ starrocks:
initPassword:
enabled: false
password: ""
# The secret name that contains password, the key of the secret is "password", and you should create it first.
passwordSecret: ""

# TimeZone is used to set the environment variable TZ for pod, with Asia/Shanghai as the default.
Expand Down Expand Up @@ -105,7 +106,7 @@ starrocks:
image:
# image sliced by "repository:tag"
repository: starrocks/fe-ubuntu
tag: 3.0-latest
tag: 3.1-latest
# add annotations for fe pods. For example, if you want to config monitor for datadog, you can config the annotations.
annotations: {}
# If runAsNonRoot is true, the container is run as non-root user.
Expand Down Expand Up @@ -217,7 +218,7 @@ starrocks:
image:
# image sliced by "repository:tag"
repository: starrocks/cn-ubuntu
tag: 3.0-latest
tag: 3.1-latest
# serviceAccount for cn access cloud service.
serviceAccount: ""
# add annotations for cn pods. example, if you want to config monitor for datadog, you can config the annotations.
Expand Down Expand Up @@ -344,7 +345,7 @@ starrocks:
image:
# image sliced by "repository:tag"
repository: starrocks/be-ubuntu
tag: 3.0-latest
tag: 3.1-latest
# serviceAccount for be access cloud service.
serviceAccount: ""
# add annotations for be pods. example, if you want to config monitor for datadog, you can config the annotations.
Expand Down
85 changes: 84 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
apiVersion: v1
entries:
kube-starrocks:
- apiVersion: v2
appVersion: 3.1-latest
created: "2023-08-14T16:35:32.09974+08:00"
description: kube-starrocks includes two subcharts, starrocks-operator and starrocks
digest: ef5c86a78ad1e8c222f3fdd7973b96fe1bedc90b75087ea3711be3a4b3efae2b
home: https://github.com/StarRocks/starrocks-kubernetes-operator
icon: https://avatars.githubusercontent.com/u/88238841
keywords:
- operator
- starrocks
- database
- olap
kubeVersion: '>=1.18.3-0'
maintainers:
- email: [email protected]
name: Kevin Cai
- email: [email protected]
name: SidaShen
- email: [email protected]
name: Dongxiao Yan
name: kube-starrocks
sources:
- https://github.com/StarRocks/starrocks
type: application
urls:
- https://github.com/StarRocks/starrocks-kubernetes-operator/releases/download/v1.8.0/kube-starrocks-1.8.0.tgz
version: 1.8.0
- apiVersion: v2
appVersion: 3.0-latest
created: "2023-07-24T18:09:39.621556+08:00"
Expand Down Expand Up @@ -89,4 +116,60 @@ entries:
urls:
- https://github.com/StarRocks/helm-charts/releases/download/kube-starrocks-1.6.1/kube-starrocks-1.6.1.tgz
version: 1.6.1
generated: "2023-07-24T18:09:39.62071+08:00"
operator:
- apiVersion: v2
appVersion: 1.8.0
created: "2023-08-14T16:35:34.432886+08:00"
description: A Helm chart for StarRocks operator
digest: fa9ed1e4f881738742771bed9d7a5fc9c9527a5be284d87c96db5923d1ff5644
home: https://github.com/StarRocks/starrocks-kubernetes-operator
icon: https://avatars.githubusercontent.com/u/88238841
keywords:
- operator
- starrocks
- database
- olap
kubeVersion: '>=1.18.3-0'
maintainers:
- email: [email protected]
name: Kevin Cai
- email: [email protected]
name: SidaShen
- email: [email protected]
name: Dongxiao Yan
name: operator
sources:
- https://github.com/StarRocks/starrocks
type: application
urls:
- https://github.com/StarRocks/starrocks-kubernetes-operator/releases/download/v1.8.0/operator-1.8.0.tgz
version: 1.8.0
starrocks:
- apiVersion: v2
appVersion: 3.1-latest
created: "2023-08-14T16:35:36.672909+08:00"
description: A Helm chart for StarRocks cluster
digest: 48f6699b2d164b977bf8484371390c23bc172b07f48a50390a7e1867dc78a949
home: https://github.com/StarRocks/starrocks-kubernetes-operator
icon: https://avatars.githubusercontent.com/u/88238841
keywords:
- operator
- starrocks
- database
- olap
kubeVersion: '>=1.18.3-0'
maintainers:
- email: [email protected]
name: Kevin Cai
- email: [email protected]
name: SidaShen
- email: [email protected]
name: Dongxiao Yan
name: starrocks
sources:
- https://github.com/StarRocks/starrocks
type: application
urls:
- https://github.com/StarRocks/starrocks-kubernetes-operator/releases/download/v1.8.0/starrocks-1.8.0.tgz
version: 1.8.0
generated: "2023-08-14T16:35:36.672229+08:00"
Loading

0 comments on commit c823095

Please sign in to comment.