|
@@ -235,9 +235,9 @@ class RevisionSection extends Component<PropsType, StateType> {
|
|
|
<Td>{revision.version}</Td>
|
|
<Td>{revision.version}</Td>
|
|
|
<Td>{this.readableDate(revision.info.last_deployed)}</Td>
|
|
<Td>{this.readableDate(revision.info.last_deployed)}</Td>
|
|
|
<Td>
|
|
<Td>
|
|
|
- {!parsedImageTag ? (
|
|
|
|
|
|
|
+ {!imageTag ? (
|
|
|
"N/A"
|
|
"N/A"
|
|
|
- ) : isGithubApp && /[0-9A-Fa-f]{6}/g.test(parsedImageTag) ? (
|
|
|
|
|
|
|
+ ) : isGithubApp && /[0-9A-Fa-f]+/g.test(imageTag) ? (
|
|
|
<A
|
|
<A
|
|
|
href={`https://github.com/${this.props.chart.git_action_config?.git_repo}/commit/${imageTag}`}
|
|
href={`https://github.com/${this.props.chart.git_action_config?.git_repo}/commit/${imageTag}`}
|
|
|
target="_blank"
|
|
target="_blank"
|