Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SM-CUSTOMER: Update Helm #56

Merged
merged 1 commit into from
May 25, 2024
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
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.16
version: 0.1.17

# 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: "0.1.7"
appVersion: "0.1.8"
80 changes: 10 additions & 70 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,74 +1,14 @@
apiVersion: v1
entries:
sm-customer:
- apiVersion: v2
appVersion: 0.1.7
created: "2024-05-25T20:31:26.463993294Z"
description: A Helm chart for Sports Management Customer microservice
digest: 24c2412a1ccd18b5253b6aa0276dd5ffebcb3871c2f8732d6a333bc62d7dd335
name: sm-customer
type: application
urls:
- https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/sm-customer-0.1.16.tgz
version: 0.1.16
- apiVersion: v2
appVersion: 0.1.6
created: "2024-05-25T20:31:26.460318147Z"
description: A Helm chart for Sports Management Customer microservice
digest: d3c15ec420c836632925179b91425d988e5ba8e1a70221685fe98695849bc4f1
name: sm-customer
type: application
urls:
- https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/sm-customer-0.1.15.tgz
version: 0.1.15
- apiVersion: v2
appVersion: 0.1.6
created: "2024-05-25T20:31:26.458134404Z"
description: A Helm chart for Sports Management Customer microservice
digest: 3e3a3660f77b9d0eaabe85e516a55a5bd50d808acecfc268337d0a0695078cce
name: sm-customer
type: application
urls:
- https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/sm-customer-0.1.14.tgz
version: 0.1.14
- apiVersion: v2
appVersion: 0.1.5
created: "2024-05-25T20:31:26.456387053Z"
description: A Helm chart for Sports Management Customer microservice
digest: d312ae0358295fd4b03e8830e32396beb303eadf9c7ff45fd7ba7f35664d666d
name: sm-customer
type: application
urls:
- https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/sm-customer-0.1.13.tgz
version: 0.1.13
- apiVersion: v2
appVersion: 0.1.5
created: "2024-05-25T14:16:08.8409353Z"
description: A Helm chart for Sports Management Customer microservice
digest: 8e92f524f6747ec99f82c5f4d8322271a524063b05e83e74f81b24ba9407652f
name: sm-customer
type: application
urls:
- https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/sm-customer-0.1.12.tgz
version: 0.1.12
- apiVersion: v2
appVersion: 0.1.4
created: "2024-05-25T14:16:08.839144247Z"
description: A Helm chart for Sports Management Customer microservice
digest: 8d8f05d66b52a7db4765b4eee807e02d9aaee1d5cc1d970cae8cb0f26ca72361
name: sm-customer
type: application
urls:
- https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/sm-customer-0.1.11.tgz
version: 0.1.11
- apiVersion: v2
appVersion: 0.1.4
created: "2024-05-25T14:16:08.838419399Z"
description: A Helm chart for Sports Management Customer microservice
digest: b5a0d7b5a79796a6011d7080fa6e21b1b2fba3299d34efc72c14ffb1f29ca235
name: sm-customer
type: application
urls:
- https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/sm-customer-0.1.10.tgz
version: 0.1.10
- apiVersion: v2
appVersion: 0.1.7
created: "2024-05-25T20:31:26.463993294Z"
description: A Helm chart for Sports Management Customer microservice
digest: 24c2412a1ccd18b5253b6aa0276dd5ffebcb3871c2f8732d6a333bc62d7dd335
name: sm-customer
type: application
urls:
- https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/sm-customer-0.1.16.tgz
version: 0.1.16
generated: "2024-05-25T20:31:26.45450955Z"
Binary file removed charts/sm-customer-0.1.13.tgz
Binary file not shown.
Binary file removed charts/sm-customer-0.1.14.tgz
Binary file not shown.
Binary file removed charts/sm-customer-0.1.15.tgz
Binary file not shown.
Binary file added charts/sm-customer-0.1.17.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: davidkrisztian76/sm-customer
pullPolicy: IfNotPresent
tag: "0.1.7"
tag: "0.1.8"

imagePullSecrets: [ ]
nameOverride: "sm-customer"
Expand Down Expand Up @@ -94,7 +94,7 @@ ingress:
# limits:
# cpu: 100m
# memory: 256Mi
# requests:
# requests:
# cpu: 100m
# memory: 256Mi

Expand Down
2 changes: 1 addition & 1 deletion sm-customer-services/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</encoder>
</appender>

<root level="debug">
<root level="info">
<appender-ref ref="STDOUT"/>
</root>
</configuration>
Loading