Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Add chart submodule #17

Merged
merged 1 commit into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Docker Image CI

on:
push:
tags:
- 'v*.*.*'
branches:
- "main"
release:
type: [created]

jobs:
docker:
Expand All @@ -24,13 +21,8 @@ jobs:
with:
images: aerox86/stock-x
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "Stock-X-backend"]
path = Stock-X-backend
url = https://github.com/Circle-1/Stock-X-backend.git
[submodule "helm-charts"]
path = helm-charts
url = https://github.com/Circle-1/helm-charts
1 change: 1 addition & 0 deletions helm-charts
Submodule helm-charts added at 18e4bf
2 changes: 1 addition & 1 deletion k8s/helm/stock/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ home: https://github.com/Circle-1/Stock-X
# 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: "latest-stable"
appVersion: "0.1.0"

deprecated: false

Expand Down
3 changes: 0 additions & 3 deletions k8s/helm/stock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ restartPolicy: Always

image:
name: aerox86/stock-x
tag: 'latest-stable'
pullPolicy: Always

imagePullSecrets: []
nameOverride: "stock-x"
fullnameOverride: "stock-x"

serviceAccount:
# Specifies whether a service account should be created
Expand Down