Skip to content
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.38.0 - 2025-12-15
- IN-CORE release 6.3.0

## 1.37.0 - 2025-09-26
- Changed charts and images from bitnami to bitnami legacy

Expand Down
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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: 1.37.0
version: 1.38.0

# 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.
appVersion: 6.2.0
appVersion: 6.3.0

# List of people that maintain this helm chart.
maintainers:
Expand Down Expand Up @@ -47,4 +47,4 @@ annotations:
- name: Helm Chart
url: https://github.com/IN-CORE/incore-helm
artifacthub.io/changes: |
- Changed charts nad images from bitnami to bitnami legacy
- IN-CORE release 6.3.0
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ studio:
replicas: 1
image:
repository: studio
tag: 1.1.0
tag: 1.2.0
service:
type: ClusterIP
port: 80
Expand Down Expand Up @@ -485,7 +485,7 @@ playbooks:
datawolf:
image:
repository: hub.ncsa.illinois.edu/incore/datawolf
tag: 4.8.0
tag: 4.9.0

auth:
enabled: false
Expand Down
Loading