Skip to content

Commit 5d79521

Browse files
author
Fabio Beranizo
committed
Bump 0.2.0-SNAPSHOT to 0.2.0
PlatIAgro v0.2.0 was released! :)
1 parent 91f8bce commit 5d79521

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

contrib/platiagro/datasets/base/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
secretKeyRef:
2929
name: minio-secrets
3030
key: MINIO_SECRET_KEY
31-
image: docker.io/platiagro/datasets:0.2.0-SNAPSHOT
31+
image: docker.io/platiagro/datasets:0.2.0
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- name: http

contrib/platiagro/datasets/base/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: platiagro
44

55
images:
66
- name: docker.io/platiagro/datasets
7-
newTag: 0.2.0-SNAPSHOT
7+
newTag: "0.2.0"
88

99
resources:
1010
- deployment.yaml

contrib/platiagro/installs/generic/job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
- command:
1111
- python
1212
- /app/main.py
13-
image: platiagro/tasks:0.2.0-SNAPSHOT
13+
image: platiagro/tasks:0.2.0
1414
name: init-tasks
1515
env:
1616
- name: MYSQL_DB_HOST

contrib/platiagro/projects/base/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
value: ""
7070
- name: MAIL_SERVER
7171
value: ""
72-
image: docker.io/platiagro/projects:0.2.0-SNAPSHOT
72+
image: docker.io/platiagro/projects:0.2.0
7373
imagePullPolicy: IfNotPresent
7474
ports:
7575
- name: http
@@ -116,6 +116,6 @@ spec:
116116
key: MYSQL_ROOT_PASSWORD
117117
- name: KF_PIPELINES_NAMESPACE
118118
value: anonymous
119-
image: docker.io/platiagro/persistence-agent:0.2.0-SNAPSHOT
119+
image: docker.io/platiagro/persistence-agent:0.2.0
120120
imagePullPolicy: IfNotPresent
121121
serviceAccountName: platiagro

contrib/platiagro/projects/base/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configMapGenerator:
88

99
images:
1010
- name: docker.io/platiagro/projects
11-
newTag: 0.2.0-SNAPSHOT
11+
newTag: "0.2.0"
1212

1313
resources:
1414
- deployment.yaml

contrib/platiagro/web-ui/base/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: web-ui
16-
image: docker.io/platiagro/web-ui:0.2.0-SNAPSHOT
16+
image: docker.io/platiagro/web-ui:0.2.0
1717
imagePullPolicy: IfNotPresent
1818
ports:
1919
- name: http

contrib/platiagro/web-ui/base/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: platiagro
44

55
images:
66
- name: docker.io/platiagro/web-ui
7-
newTag: 0.2.0-SNAPSHOT
7+
newTag: "0.2.0"
88

99
resources:
1010
- deployment.yaml
@@ -13,4 +13,4 @@ resources:
1313
images:
1414
- name: docker.io/platiagro/web-ui
1515
newName: docker.io/platiagro/web-ui
16-
newTag: 0.2.0-SNAPSHOT
16+
newTag: "0.2.0"

0 commit comments

Comments
 (0)