Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov committed Jun 20, 2023
1 parent ad48bbf commit 736d8b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/java-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: java-service
type: application
description: Helm chart for Spring Boot application with logging and tracing
version: 1.4.2
version: 1.4.1
appVersion: "v1.0"
home: https://github.com/Romanow/helm-charts/tree/master/charts/java-service
icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/spring-boot.png
Expand Down
2 changes: 1 addition & 1 deletion charts/java-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for java-service

![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0](https://img.shields.io/badge/AppVersion-v1.0-informational?style=flat-square)
![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0](https://img.shields.io/badge/AppVersion-v1.0-informational?style=flat-square)

Helm chart for Spring Boot application with logging and tracing

Expand Down
4 changes: 2 additions & 2 deletions charts/java-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ spec:
env:
- name: SPRING_PROFILES_ACTIVE
value: "{{ .Values.profile }}"
- name: JAVA_TOOL_OPTIONS
value: "{{ printf "-XX:MaxRAMPercentage=%.1f %s" .Values.memoryUsage (.Values.javaOptions | default "") }}"
{{/* - name: JAVA_TOOL_OPTIONS*/}}
{{/* value: "{{ printf "-XX:MaxRAMPercentage=%.1f %s" .Values.memoryUsage (.Values.javaOptions | default "") }}"*/}}
{{- if .Values.database.name }}
- name: DATABASE_NAME
value: "{{ .Values.database.name }}"
Expand Down

0 comments on commit 736d8b1

Please sign in to comment.