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

Erroneous release v2.4.1 #503

Closed
aasseman opened this issue Feb 15, 2024 · 4 comments
Closed

Erroneous release v2.4.1 #503

aasseman opened this issue Feb 15, 2024 · 4 comments
Assignees
Labels
backlog Will be picked up as a roadmap item.

Comments

@aasseman
Copy link

  • The Helm files point to container image openebs/zfs-driver:2.4.0 instead of openebs/zfs-driver:2.4.1
  • Container image openebs/zfs-driver:2.4.1 isn't even published.

I was hoping to get the #451 fix, but since the latest Helm release still points to the older code it's not.

@aasseman aasseman changed the title Malformed release v2.4.1 Erroneous release v2.4.1 Feb 15, 2024
@jnels124
Copy link
Contributor

@aasseman I have worked around this by publishing my own image based off the 2.4.1 tag. You can use that image if you wish:

zfsPlugin:
  image:
    registry: gcr.io/
    repository: mirrornode/zfs-driver
    pullPolicy: IfNotPresent
    tag: 2.4.1-HEDERA

Depending on your cluster setup, you may also need to add.

crd:
   volumeSnapshot: false

@niladrih
Copy link
Member

niladrih commented Mar 6, 2024

Hi @aasseman. The patch releases on the helm chart for installer changes. Code changes go into minor releases. There's a planned release in the next few weeks, I think we'd be able to roll out '2.5.0' soon.

@Abhinandan-Purkait
Copy link
Member

@niladrih Now that 2.5.0 is released, can we close this issue?

@Abhinandan-Purkait Abhinandan-Purkait added the backlog Will be picked up as a roadmap item. label Jun 6, 2024
@niladrih
Copy link
Member

niladrih commented Jun 7, 2024

Fixed with v2.5.0 release.

@niladrih niladrih closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Will be picked up as a roadmap item.
Projects
None yet
Development

No branches or pull requests

6 participants