Skip to content

Commit

Permalink
Conflict fix verified (#388)
Browse files Browse the repository at this point in the history
* Release v1.9.1 (#364)

* Disable leader-election for drivers and version bump up for csm 1.9.1 patch release (#354)

* Update cosi image in chart (#359)

* revert kube node name changes (#361)

* Removing csm changes (#363)

---------

Co-authored-by: Akshay Saini <[email protected]>
Co-authored-by: Bartosz Ciesielczyk <[email protected]>
Co-authored-by: KshitijaKakde <[email protected]>

* Update Chart.yaml (#365)

* update helm releaser (#366)

* update csm chart for v2.9.1 (#369)

* Release v1.9.3 (#376)

* CSM 1.9.3

* csm version bump (#375)

* Update Chart.yaml (#379)

---------

Co-authored-by: Rishabh Raj <[email protected]>
Co-authored-by: Jooseppi Luna <[email protected]>

* Update Chart.yaml with new versions (#380)

* added env for kube node name (#347)

* Driver and Modules Version Update (#348)

* Updating helm charts to support k8s 1.29.0 (#358)

* Disabling leader election for v1.10.0 (#360)

* [feature-1091]: Expose proxy-server via cluster node IP and use local storage for Redis by default (#353)

* expose proxy-server by ip address of master node

* fix spacing

* use local pv for redis by default

* remove period

* recycle pv

* update authorization.hostname comment

* Bumping reverseproxy version (#371)

* COSI driver verion bump up (#370)

* CSI-Sidecars version bumpup (#372)

* CSI-Sidecars version bumpup

* Snapshotter patch version update

* Mapping /opt/emc inside SDC container (#373)

* Mapping /opt/emc inside SDC container

* Updating path type

* app mobility version bump (#374)

* change default value (#381)

* version bumps (#378)

* Updated CSI Metadata Version (#382)

* app mobility version fix

* Update app mobility Chart

---------

Co-authored-by: KerryKovacevic <[email protected]>
Co-authored-by: Akshay Saini <[email protected]>
Co-authored-by: Bartosz Ciesielczyk <[email protected]>
Co-authored-by: KshitijaKakde <[email protected]>
Co-authored-by: Aaron Tye <[email protected]>
Co-authored-by: Adarsh Kumar Yadav <[email protected]>
Co-authored-by: Rishabh Raj <[email protected]>
Co-authored-by: Jooseppi Luna <[email protected]>
Co-authored-by: Surya Gupta <[email protected]>
Co-authored-by: hoppea2 <[email protected]>
Co-authored-by: boyamurthy <[email protected]>
Co-authored-by: Rishabh Raj <[email protected]>
  • Loading branch information
13 people authored Mar 20, 2024
1 parent 3689601 commit 892a059
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charts-release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
# Run the helm chart release command
- name: Run karavi chart-releaser
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
with:
charts_dir: charts
skip_existing: true
6 changes: 3 additions & 3 deletions charts/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ 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.2.0
version: 1.2.2

# 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: "1.2.0"
appVersion: "1.2.2"

dependencies:
- name: csi-powerstore
Expand Down Expand Up @@ -77,4 +77,4 @@ dependencies:
- name: cert-manager
version: 1.10.0
repository: https://charts.jetstack.io
condition: cert-manager.enabled
condition: cert-manager.enabled
1 change: 1 addition & 0 deletions charts/cosi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2


# 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.
Expand Down
2 changes: 2 additions & 0 deletions charts/csi-vxflexos/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ spec:
mountPath: /host_opt_emc_path
- name: sdc-storage
mountPath: /storage
- name: host-opt-emc-path
mountPath: /host_opt_emc_path
- name: udev-d
mountPath: /rules.d
- name: scaleio-path-opt
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-application-mobility/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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.4.0
version: 1.0.2

# 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.4.0"
appVersion: "1.0.2"

dependencies:
- name: cert-manager
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-application-mobility/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
pullPolicy: IfNotPresent

controller:
image: dellemc/csm-application-mobility-controller:v0.4.0
image: dellemc/csm-application-mobility-controller:v1.0.2

# csm-application-mobility requires cert-manager. If cert-manager is not already present in cluster, set enabled to true to install it too.
cert-manager:
Expand Down Expand Up @@ -70,7 +70,7 @@ velero:

initContainers:
- name: dell-custom-velero-plugin
image: dellemc/csm-application-mobility-velero-plugin:v0.4.0
image: dellemc/csm-application-mobility-velero-plugin:v1.0.2
volumeMounts:
- mountPath: /target
name: plugins
Expand Down

0 comments on commit 892a059

Please sign in to comment.