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

[node] fix labels #352

Merged
merged 1 commit into from
Aug 21, 2024
Merged

[node] fix labels #352

merged 1 commit into from
Aug 21, 2024

Conversation

BulatSaif
Copy link
Contributor

@BulatSaif BulatSaif commented Aug 21, 2024

Fixes #350

If docker tag is more than 64 characters or has Invalid value, deployment will fail.
values:

image:
  repository: parity/polkadot
  tag:latest@sha256:8bc39c8a98eef9d063241ad0f8527ef7922794757edd30da2e3308f720bd1b61

Error:

Error: UPGRADE FAILED: cannot patch "bootnode" with kind ServiceAccount: ServiceAccount "bootnode" is invalid: [metadata.labels: Invalid value: "latest@sha256:8bc39c8a98eef9d063241ad0f8527ef7922794757edd30da2e3308f720bd1b61": must be no more than 63 characters, metadata.labels: Invalid value: "latest@sha256:8bc39c8a98eef9d063241ad0f8527ef7922794757edd30da2e3308f720bd1b61": a valid label must be an empty string or consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue',  or 'my_value',  or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?')] 

@BulatSaif BulatSaif self-assigned this Aug 21, 2024
@BulatSaif BulatSaif merged commit cdfef89 into main Aug 21, 2024
2 of 3 checks passed
@BulatSaif BulatSaif deleted the bs/fix-labels branch August 21, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow developing on ARM machines with image digest
2 participants