Skip to content

Commit

Permalink
Merge pull request #333 from wso2/7.0.x
Browse files Browse the repository at this point in the history
Add Helm chart for Identity server 7.0.0
  • Loading branch information
ThilinaManamgoda authored Mar 12, 2024
2 parents 580e577 + 79c2047 commit 9837926
Show file tree
Hide file tree
Showing 69 changed files with 2,737 additions and 10,471 deletions.
25 changes: 25 additions & 0 deletions .helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
*.md
*.png
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# Changelog

All notable changes to Kubernetes and Helm resources for WSO2 IAM version `6.1.x` in each resource release, will be documented in this file.
All notable changes to Kubernetes and Helm resources for WSO2 IAM version `7.0.x` in each resource release, will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v6.1.0.1] - 2023-02-01
## [v7.0.0-1] - 2024-03-12

### Added

- Introduce Kubernetes resources for simplified deployment of WSO2 Identity Server version `6.1.0`.

### Changed

- User store is changed from `read_write_ldap_unique_id` to `database_unique_id`.

### Removed

- The open source image is not offered anymore.
- Introduce Helm resources for WSO2 Identity Server version `7.0.0`.
22 changes: 22 additions & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
#
# WSO2 LLC. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
# in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

apiVersion: v2
name: identity-server
description: A Helm chart for WSO2 Identity server
type: application
version: 7.0.0-1
appVersion: "7.0.0"
570 changes: 553 additions & 17 deletions README.md

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions advanced/databases/mysql-is/Chart.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions advanced/databases/mysql-is/requirements.yaml

This file was deleted.

2,089 changes: 0 additions & 2,089 deletions advanced/databases/mysql-is/values.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions advanced/is-pattern-1/Chart.yaml

This file was deleted.

Loading

0 comments on commit 9837926

Please sign in to comment.