Skip to content

Commit 84c3c3f

Browse files
committed
Update helm chart for cartridge to v0.0.10
1 parent 13adc2e commit 84c3c3f

File tree

5 files changed

+99
-56
lines changed

5 files changed

+99
-56
lines changed

.github/workflows/release.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Release Charts
2+
3+
on:
4+
push:
5+
branches:
6+
- gh-pages-test
7+
8+
jobs:
9+
release:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v2
14+
with:
15+
fetch-depth: 0
16+
17+
- name: Configure Git
18+
run: |
19+
git config user.name "$GITHUB_ACTOR"
20+
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
21+
22+
- name: Install Helm
23+
uses: azure/setup-helm@v1
24+
with:
25+
version: v3.7.1
26+
27+
- name: Run chart-releaser
28+
uses: helm/chart-releaser-action@v1.3.0
29+
with:
30+
charts_dir: helm-charts
31+
env:
32+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

examples/kv/tmp/.keep

Whitespace-only changes.

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5q
453453
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
454454
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
455455
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
456+
github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=
456457
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
457458
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
458459
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

helm-charts/tarantool-cartridge/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: A Helm chart for tarantool
44
name: cartridge
5-
version: 0.0.10
5+
version: 0.0.11

index.yaml

Lines changed: 65 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,69 @@
11
apiVersion: v1
22
entries:
33
cartridge:
4-
- apiVersion: v1
5-
appVersion: "1.0"
6-
created: "2021-03-30T18:54:01.986144392+03:00"
7-
description: A Helm chart for tarantool
8-
digest: f684ee02088800da935f60c06618827132095b5223edd015c47b7f6480c17802
9-
name: cartridge
10-
urls:
11-
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.9/cartridge-0.0.9.tgz
12-
version: 0.0.9
13-
- apiVersion: v1
14-
appVersion: "1.0"
15-
created: "2020-12-16T15:40:01.447626375+03:00"
16-
description: A Helm chart for tarantool
17-
digest: ff302f0de5d79e58a8013dea8c07fc27ecbb92fe9ad07ee7f0a3d08c499baaea
18-
name: cartridge
19-
urls:
20-
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.8/cartridge-0.0.8.tgz
21-
version: 0.0.8
22-
- apiVersion: v1
23-
appVersion: "1.0"
24-
created: "2020-10-07T10:30:03.054521+03:00"
25-
description: A Helm chart for tarantool
26-
digest: d17f7f5b2df4585e230d05584fb35d7fa089e5bd4767bfba35733d8cbcde1439
27-
name: cartridge
28-
urls:
29-
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.7/cartridge-0.0.7.tgz
30-
version: 0.0.7
31-
- apiVersion: v1
32-
appVersion: "1.0"
33-
created: "2020-10-02T10:45:24.56268+03:00"
34-
description: A Helm chart for tarantool
35-
digest: 1a500751da1872154f45afcc8526af5cf7752d13b7338fe2e9c7a31948960e4a
36-
name: cartridge
37-
urls:
38-
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.6/cartridge-0.0.6.tgz
39-
version: 0.0.6
40-
- apiVersion: v1
41-
appVersion: "1.0"
42-
created: "2020-09-14T19:20:54.019166+03:00"
43-
description: A Helm chart for tarantool
44-
digest: 2511f7c1c1532ea2d780fec3948b317975181f5f59e257252bb93b0fc3ccdac4
45-
name: cartridge
46-
urls:
47-
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.5/cartridge-0.0.5.tgz
48-
version: 0.0.5
49-
- apiVersion: v1
50-
appVersion: "1.0"
51-
created: "2020-09-10T16:58:24.219548+03:00"
52-
description: A Helm chart for tarantool
53-
digest: 4d64c366b6e97ef77cae68f7a8225843bc575ef2aa0afb744746dd86e527ed17
54-
name: cartridge
55-
urls:
56-
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.4/cartridge-0.0.4.tgz
57-
version: 0.0.4
4+
- apiVersion: v1
5+
appVersion: "1.0"
6+
created: "2022-03-10T17:09:42.913739+03:00"
7+
description: A Helm chart for tarantool
8+
digest: bb5608a3f626b6475ddb58afb069bf1bebe91eae5c68d52624195e548f891e67
9+
name: cartridge
10+
urls:
11+
- https://tarantool.github.io/tarantool-operator/releases/download/cartridge-0.0.10/cartridge-0.0.10.tgz
12+
version: 0.0.10
13+
- apiVersion: v1
14+
appVersion: "1.0"
15+
created: "2021-03-30T18:54:01.986144392+03:00"
16+
description: A Helm chart for tarantool
17+
digest: f684ee02088800da935f60c06618827132095b5223edd015c47b7f6480c17802
18+
name: cartridge
19+
urls:
20+
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.9/cartridge-0.0.9.tgz
21+
version: 0.0.9
22+
- apiVersion: v1
23+
appVersion: "1.0"
24+
created: "2020-12-16T15:40:01.447626375+03:00"
25+
description: A Helm chart for tarantool
26+
digest: ff302f0de5d79e58a8013dea8c07fc27ecbb92fe9ad07ee7f0a3d08c499baaea
27+
name: cartridge
28+
urls:
29+
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.8/cartridge-0.0.8.tgz
30+
version: 0.0.8
31+
- apiVersion: v1
32+
appVersion: "1.0"
33+
created: "2020-10-07T10:30:03.054521+03:00"
34+
description: A Helm chart for tarantool
35+
digest: d17f7f5b2df4585e230d05584fb35d7fa089e5bd4767bfba35733d8cbcde1439
36+
name: cartridge
37+
urls:
38+
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.7/cartridge-0.0.7.tgz
39+
version: 0.0.7
40+
- apiVersion: v1
41+
appVersion: "1.0"
42+
created: "2020-10-02T10:45:24.56268+03:00"
43+
description: A Helm chart for tarantool
44+
digest: 1a500751da1872154f45afcc8526af5cf7752d13b7338fe2e9c7a31948960e4a
45+
name: cartridge
46+
urls:
47+
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.6/cartridge-0.0.6.tgz
48+
version: 0.0.6
49+
- apiVersion: v1
50+
appVersion: "1.0"
51+
created: "2020-09-14T19:20:54.019166+03:00"
52+
description: A Helm chart for tarantool
53+
digest: 2511f7c1c1532ea2d780fec3948b317975181f5f59e257252bb93b0fc3ccdac4
54+
name: cartridge
55+
urls:
56+
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.5/cartridge-0.0.5.tgz
57+
version: 0.0.5
58+
- apiVersion: v1
59+
appVersion: "1.0"
60+
created: "2020-09-10T16:58:24.219548+03:00"
61+
description: A Helm chart for tarantool
62+
digest: 4d64c366b6e97ef77cae68f7a8225843bc575ef2aa0afb744746dd86e527ed17
63+
name: cartridge
64+
urls:
65+
- https://github.com/tarantool/tarantool-operator/releases/download/cartridge-0.0.4/cartridge-0.0.4.tgz
66+
version: 0.0.4
5867
tarantool-operator:
5968
- apiVersion: v2
6069
appVersion: 1.16.0
@@ -125,4 +134,5 @@ entries:
125134
type: application
126135
urls:
127136
- https://github.com/tarantool/tarantool-operator/releases/download/tarantool-operator-0.0.4/tarantool-operator-0.0.4.tgz
128-
version: 0.0.4
137+
version: 0.0.4
138+
generated: "2022-03-10T17:09:42.911053+03:00"

0 commit comments

Comments
 (0)